Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.19.0 source code.tar.gz | 2025-09-20 | 319.7 kB | |
0.19.0 source code.zip | 2025-09-20 | 661.1 kB | |
README.md | 2025-09-20 | 899 Bytes | |
Totals: 3 Items | 981.7 kB | 0 |
Features
- ✨ Support
typing.Literal
to define a set of predefined choices. PR #429 by @blackary. - ✨ Allow setting an environment variable to
None
inCliRunner.invoke
. PR #1303 by @arjenzorgdoc.
Refactors
- ✅ Use Ruff rules to ensure safe lazy-loading of
rich
. PR #1297 by @nathanjmcdougall. - ✅ Avoid rich formatting in number test. PR #1305 by @svlandeg.
Docs
- 📝 Clarify single-command vs multi-command behaviour in README. PR #1268 by @MorgenPronk.