Skip to content

NetArgumentParser 1.0.3 Release

Latest
Compare
Choose a tag to compare
@yakovypg yakovypg released this 30 Jan 10:24
· 16 commits to main since this release

NetArgumentParser 1.0.3

Release notes

  • Add support for argument parser generation using attributes.
  • Add the ability to set default value, choices and value restriction to created value option.
  • Add the ability to find options by predicate.
  • Add the ability to add global converters and get all subcommands.
  • Add the ability to specify header and description of mutually exclusive option group.
  • Add new examples.
  • Update documentation.
  • Fix bugs.