Skip to content

Releases: pwwang/argx

0.2.1

23 Feb 23:06
Compare
Choose a tag to compare
  • ✨ Capitalize words of group titles in help and make them bold and underlined

Full Changelog: 0.2.0...0.2.1

0.2.0

22 Feb 23:09
Compare
Choose a tag to compare
  • ✨ Add namespace action argument

Full Changelog: 0.1.4...0.2.0

0.1.4

22 Feb 05:12
Compare
Choose a tag to compare
  • 🐛 Keep indent in help while text is wrapped

Full Changelog: 0.1.3...0.1.4

0.1.3

21 Feb 21:53
Compare
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
Compare
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
Compare
Choose a tag to compare

✨ Keep newlines in help

Full Changelog: 0.1.0...0.1.1

0.1.0

20 Feb 01:09
Compare
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
Compare
Choose a tag to compare
  • Allow to have variables in description from configs to create a parser

0.0.2

19 Feb 22:56
Compare
Choose a tag to compare
  • Rename project to 0.0.2
  • Change fromfile_prefix_chars to None

0.0.1

18 Feb 08:17
Compare
Choose a tag to compare
  • Init