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 behaviour: Added Required property to CliArgumentAttribute, default is true for arguments.
Default is false for options (already had Required property). Whether you specify a default value for a property will
no longer effect the requirement of the argument or option. By contrast, when you set Required to true, the default value
of the property will be ignored.
Beautified help output: Moved [required] label to description (second column), prevented display of empty [] default values.
For wrong inputs, only errors will be shown and not the complete help output below.