Skip to content

v0.30.5

Compare
Choose a tag to compare
@neithere neithere released this 25 Dec 22:04
· 44 commits to master since this release
1d03e1b

What's Changed

  • fix: nargs + list as default value (#212) by @neithere in #213
    (thanks to @pioio for bug report)
  • feat: argspec guessing: if nargs is not specified but the default value is a list, nargs="*" is assumed and passed to argparse.

Full Changelog: v0.30.4...v0.30.5

Please refer to the official changelog for more details: https://argh.readthedocs.io/en/latest/changes.html