- Crash on cli when composing your cli using nested models.
0.6.0
- allow help flag at any point. https://sander76.github.io/clipstick/usage.html#help
0.5.1
Fixed
- Word wrapping on error output. - Minor docs changes.
0.5.0
Added
- None as a default value. See overal Usage documentation. - Add python 3.12 to testing matrix - Short and long description usage in subcommands (see subcommands section in help.)
0.4.2
Fixed
- help output when using None in a `Union`. Thanks NikolayHD !
This has revealed another issue with help output when using `Union` types. https://github.com/sander76/clipstick/issues/47 Will be fixed in next release.