Releases: neighthan/auto-argparse
Releases · neighthan/auto-argparse
Add parse_args_and_run decorator.
Optional bug fixes.
Fix bugs with Optional[Dict]
and Optional[bool]
.
Add dict support.
Dictionaries can be entered at the command line using either JSON or YAML syntax.
Support optional sequences, remove explicit Nones.
Support Optional[List[T]], remove explicit Nones. Also describe in the README what types are supported.
Support Optional.
v0.0.3 Merge branch 'master' of github.com:neighthan/auto-argparse
Support Booleans
v0.0.2 Add types + defaults to help strings.