You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…s registered per default (#40)
A boolean flag no longer has an optional value per default. To add an optional or required value use the `optionalValue` or `requiredValue` option.
…was registered per default (#40)
An option defined with `.option('-d, --debug', '...')` has no longer an boolean argument per default.
To add an boolean argument you have add the argument explicitly with `.option('-d, --debug [arg:boolean]', '...')`
…s registered per default (#40)
A boolean flag no longer has an optional value per default. To add an optional or required value use the `optionalValue` or `requiredValue` option.
…was registered per default (#40)
An option defined with `.option('-d, --debug', '...')` has no longer an boolean argument per default.
To add an boolean argument you have add the argument explicitly with `.option('-d, --debug [arg:boolean]', '...')`
Atm both flags have an optional booelan value but only
--test2
should have an optional value.--help
should output:The text was updated successfully, but these errors were encountered: