Skip to content

ArgumentParser 0.4.1

Choose a tag to compare

@natecook1000 natecook1000 released this 08 Mar 21:01
· 277 commits to main since this release
831ed5e

Additions

  • When a user provides an invalid value as an argument or option, the error message now includes the help text for that argument.

Fixes

  • Zsh completion scripts for commands that include a hyphen no longer cause errors.
  • Optional unparsed values are now decoded correctly in ParsableArguments types.