* Add `--no-` prefix in auto-generated docs for boolean args with `True` default.
0.0.22
- Add boolean negation arg for `True` defaults, e.g. `--foo` and `--no-foo`.
0.0.21
* Add `Radicli.document` to auto-generate Markdown docs.
0.0.20
* 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`.
0.0.19
* Add `fill_defaults=False` option to not fill in defaults in `Radicli.parse` and `Radicli.run`.