Open
Description
the command definition like mycmd <arg>
,
when the argument is like "-xxx"(start with '-'), commander will always treat it as an option.
mycmd -anything
get error: unknown option -anything
mycmd -- -anything
same error.
Quotation marks won't help.
it seems commander.js
is unable to handle such argument.
Metadata
Metadata
Assignees
Labels
No labels