I am in the process of converting our ubiquity commands to work
with Parser2.
I have problems how to convert old modifiers with semantic roles but
to preserve old modifier nouns?
One typical command is:
CmdUtils.CreateCommand({
name: "ods-authenticate-user",
takes: {"username": noun_arb_text},
modifiers: {"password": noun_arb_text},
......
I want to preserve its syntax:
>ods-authenticate-user <user> password <password>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"ubiquity-firefox" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ubiquity-firefox?hl=en
-~----------~----~----~----~------~----~------~--~---