-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently the command syntax q [command] TEXT [options] requires all commands to take input text, and all options to be boolean flags.
Rewrite the arg parsing logic to enable the following features:
- Commands are not required to take input text. This will unblock the following issues:
- Options can take arguments. This will unblock the following issues:
- Enable certain options to run without commands or input text. This will unblock the following issues:
- Re-order the command syntax to
q [options] [command] [TEXT]to continue enabling entering input text without requiring quotes.
Metadata
Metadata
Assignees
Labels
No labels