Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: pwwang/argx

0.1.3

21 Feb 21:53

Choose a tag to compare

  • ✨ Parse None with type 'auto'

Full Changelog: 0.1.2...0.1.3

0.1.2

21 Feb 18:39

Choose a tag to compare

  • 📄 Add license
  • ✨ Add default value to argument help
  • ✨ Allow [nodefault] to suppress default value in help message
  • 📝 Update README for default value in help

Full Changelog: 0.1.1...0.1.2

0.1.1

20 Feb 18:48

Choose a tag to compare

✨ Keep newlines in help

Full Changelog: 0.1.0...0.1.1

0.1.0

20 Feb 01:09

Choose a tag to compare

  • ✨ Put required arguments in a separate group
  • ✨ Add order to groups
  • ✨ Set the default order of subcommands to 99

Full Changelog: 0.0.3...0.1.0

0.0.3

19 Feb 23:13

Choose a tag to compare

  • Allow to have variables in description from configs to create a parser

0.0.2

19 Feb 22:56

Choose a tag to compare

  • Rename project to 0.0.2
  • Change fromfile_prefix_chars to None

0.0.1

18 Feb 08:17

Choose a tag to compare

  • Init