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