Releases: explosion/radicli
Releases Β· explosion/radicli
v0.0.14
- Allow partial parsing of arguments via
allow_partial
onRadicli.parse
. - Deserialize simple types when loading CLI from static data.
- Accept
converters
argument onStaticRadicli
andfrom_static_json
methods to support deserialization of custom types. - Make stringified type representations consistent for callable types in Python 3.10+.
v0.0.13
v0.0.12
v0.0.11
v0.0.10
v0.0.9
- Add
StaticRadicli
to load static CLI from JSON representation for faster--help
and errors. - Add
Radicli.to_static
andRadicli.to_static_json
to generate static JSON data.
v0.0.8
v0.0.7
- Add error maps for custom error handling in CLI contexts.
- Improve error message for invalid argument annotations.