Releases: explosion/radicli
Releases Β· explosion/radicli
v0.0.4
- Add support for custom converters for generics like
Foo
for Foo[str]
.
- Improve display of enums in help texts and error messages.
v0.0.3
- Use
NewType
instead of TypeVar
for custom converter types.
- Fix various type errors.
v0.0.2
- Support running single-command CLIs without command name.
- Add
Radicli.placeholder
to register non-executable parent command placeholder with help text.
- Improve error handling.