Releases: explosion/radicli
Releases Β· explosion/radicli
v0.0.26
09 Sep 11:16
Compare
Sorry, something went wrong.
No results found
fix static CLI encoding
prevent raw string leaking to ArgparseArg.type
v0.0.25
09 Sep 10:16
Compare
Sorry, something went wrong.
No results found
fix static CLI encoding
prevent raw string leaking to ArgparseArg.type
v0.0.24
02 Jun 13:39
Compare
Sorry, something went wrong.
No results found
Fix deserialization of static default values.
v0.0.23
20 Apr 14:22
Compare
Sorry, something went wrong.
No results found
Add --no- prefix in auto-generated docs for boolean args with True default.
v0.0.22
14 Apr 10:02
Compare
Sorry, something went wrong.
No results found
Add boolean negation arg for True defaults, e.g. --foo and --no-foo.
v0.0.21
22 Mar 15:16
Compare
Sorry, something went wrong.
No results found
Add Radicli.document to auto-generate Markdown docs.
v0.0.20
18 Mar 00:28
Compare
Sorry, something went wrong.
No results found
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
17 Mar 22:17
Compare
Sorry, something went wrong.
No results found
Add fill_defaults=False option to not fill in defaults in Radicli.parse and Radicli.run.
v0.0.18
10 Mar 14:44
Compare
Sorry, something went wrong.
No results found
Add Radicli.call to call single commands.
Make subclass error handling more robust.
v0.0.17
09 Mar 15:05
Compare
Sorry, something went wrong.
No results found
Fix stringify_type to handle complex types.