-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Because bonzai makes it so easy to add subcommands, command name and
arguments conflicts are more probable. I suggest that we some parsing
logic that looks for an identifier that demarcates the end of the
command and start of arguments. This way any conflicts can be avoided.
The case I ran into this is with my note tool having an edit
command
and variadic arguments. As the arguments can be any english word, it
would've clashed with the edit
command.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request