Releases: explosion/radicli
Releases ยท explosion/radicli
v0.0.26
Compare
Sorry, something went wrong.
No results found
fix static CLI encoding
prevent raw string leaking to ArgparseArg.type
v0.0.25
Compare
Sorry, something went wrong.
No results found
fix static CLI encoding
prevent raw string leaking to ArgparseArg.type
v0.0.24
Compare
Sorry, something went wrong.
No results found
ines
released this
02 Jun 13:39
Fix deserialization of static default values.
v0.0.23
Compare
Sorry, something went wrong.
No results found
ines
released this
20 Apr 14:22
Add --no- prefix in auto-generated docs for boolean args with True default.
v0.0.22
Compare
Sorry, something went wrong.
No results found
ines
released this
14 Apr 10:02
Add boolean negation arg for True defaults, e.g. --foo and --no-foo.
v0.0.21
Compare
Sorry, something went wrong.
No results found
ines
released this
22 Mar 15:16
Add Radicli.document to auto-generate Markdown docs.
v0.0.20
Compare
Sorry, something went wrong.
No results found
ines
released this
18 Mar 00:28
Fix handling of suppressed defaults with converters.
Restore defaults in help texts for suppressed defaults.
Correctly set has_converter for enums for nicer display_type.
v0.0.19
Compare
Sorry, something went wrong.
No results found
ines
released this
17 Mar 22:17
Add fill_defaults=False option to not fill in defaults in Radicli.parse and Radicli.run.
v0.0.18
Compare
Sorry, something went wrong.
No results found
ines
released this
10 Mar 14:44
Add Radicli.call to call single commands.
Make subclass error handling more robust.
v0.0.17
Compare
Sorry, something went wrong.
No results found
ines
released this
09 Mar 15:05
Fix stringify_type to handle complex types.