* Make `Radicli.parse` take `Command` objects instead of `ArgparseArg`s and additional keyword arguments.
0.0.11
* Add `Command.from_function` classmethod.
0.0.10
* Fix static serialization of arg defaults if `None` or `False`. * Fix arg help text display for args with no help.
0.0.9
* Add `StaticRadicli` to load [static CLI from JSON representation](https://github.com/explosion/radicli#using-static-data-for-faster-help-and-errors) for faster `--help` and errors. * Add `Radicli.to_static` and `Radicli.to_static_json` to generate static JSON data.
0.0.8
* Fix `--version` for top-level in multi-command setup. * Add `Command.is_placeholder`. * Fix typing on `ErrorHandlersType`. * Add `__all__` export.
0.0.7
* Add error maps for [custom error handling](https://github.com/explosion/radicli#error-handling) in CLI contexts. * Improve error message for invalid argument annotations.