Releases: neighthan/auto-argparse
Releases · neighthan/auto-argparse
Add parse_args_and_run decorator.
Compare
Sorry, something went wrong.
No results found
v0.0.8
Update version to 0.0.8.
Optional bug fixes.
Compare
Sorry, something went wrong.
No results found
Fix bugs with Optional[Dict] and Optional[bool].
Add dict support.
Compare
Sorry, something went wrong.
No results found
Dictionaries can be entered at the command line using either JSON or YAML syntax.
Support optional sequences, remove explicit Nones.
Compare
Sorry, something went wrong.
No results found
Support Optional[List[T]], remove explicit Nones.
Also describe in the README what types are supported.
Support Optional.
Compare
Sorry, something went wrong.
No results found
v0.0.3
Merge branch 'master' of github.com:neighthan/auto-argparse
Support Booleans
Compare
Sorry, something went wrong.
No results found
v0.0.2
Add types + defaults to help strings.
Beta?
Compare
Sorry, something went wrong.
No results found
The current version works in the simple tests I've done, but it probably
doesn't cover all of the cases that it could
isn't graceful when it fails
produces incorrect behavior without any errors on some corner cases