Skip to content

Releases: pwwang/argx

0.2.6

14 Mar 18:12
Compare
Choose a tag to compare
  • 🔧 Enable poetry setup script generation
  • ✨ Breakdown parse_file for parse_known_args() to fromfile_parse and fromfile_keep

Full Changelog: 0.2.5...0.2.6

0.2.5

09 Mar 03:51
Compare
Choose a tag to compare
  • ✨ Add parse_file to parse_known_args() to allow skipping parsing from file

Full Changelog: 0.2.4...0.2.5

0.2.4

28 Feb 23:47
Compare
Choose a tag to compare
  • ✨ Add pre_parse hook
  • ✨ Add attr parent to subparser so parent parser can be accessed directly
  • 🐛 Fix prefix formatting in usage

Full Changelog: 0.2.3...0.2.4

0.2.3

24 Feb 23:08
Compare
Choose a tag to compare
  • 🚑 Capitalize prefix for usage formatting only when it's None
  • 🚑 Capitalize the first letter in group title

Full Changelog: 0.2.2...0.2.3

0.2.2

24 Feb 08:48
Compare
Choose a tag to compare
  • Remove list action, add clear_append/clear_extend actions instead

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