Skip to content

DotMake.CommandLine v1.5.2

Compare
Choose a tag to compare
@calacayir calacayir released this 23 Dec 04:45
· 68 commits to main since this release
  • 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.