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
Changed behavior to return an empty array if extracting value for a flag as multiple values when the flag was not specified, previously it defaulted to the default value for the flag, but this is non-sensical in multiple value contexts.
[FIX] added util function Flags.checkRequired() which throws an error if the command has a required flag with a default value.
[FEAT] added Command.showHelp property. If set to true by a command during execution and the command throws an error, the error will be displayed followed by the help for the command.
[FIX] Error messages that were intended to be generated from a template