Lines Matching refs:unknown
40 * display error message for unknown subcommand, by default ([#432] [#1088] [#1149])
47 * suggest help option along with unknown command error ([#1179])
68 * unknown options included in arguments passed to command action handler
69 * unknown options included in `.args`
72 …* `args` in returned result renamed `operands` and does not include anything after first unknown o…
73 …* `unknown` in returned result has arguments after first unknown option including operands, not ju…
74 … command events passed (changed) results from `.parseOptions`, i.e. operands and unknown ([#1138])
165 * call default subcommand even when there are unknown options ([#1047])
171 * also, action handler now passed array of unknown arguments
172 * complain about unknown options when program argument supplied and action handler ([#1049])
173 * this changes parameters to `command:*` event to include unknown arguments