Releases: pwwang/argx
Releases · pwwang/argx
0.2.6
- 🔧 Enable poetry setup script generation
- ✨ Breakdown
parse_file
forparse_known_args()
tofromfile_parse
andfromfile_keep
Full Changelog: 0.2.5...0.2.6
0.2.5
- ✨ Add parse_file to parse_known_args() to allow skipping parsing from file
Full Changelog: 0.2.4...0.2.5
0.2.4
- ✨ 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
- 🚑 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
0.2.1
- ✨ Capitalize words of group titles in help and make them bold and underlined
Full Changelog: 0.2.0...0.2.1
0.2.0
- ✨ Add namespace action argument
Full Changelog: 0.1.4...0.2.0
0.1.4
- 🐛 Keep indent in help while text is wrapped
Full Changelog: 0.1.3...0.1.4
0.1.3
- ✨ Parse None with type 'auto'
Full Changelog: 0.1.2...0.1.3
0.1.2
- 📄 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