Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.16.0 source code.tar.gz | 2025-05-26 | 316.0 kB | |
0.16.0 source code.zip | 2025-05-26 | 654.2 kB | |
README.md | 2025-05-26 | 756 Bytes | |
Totals: 3 Items | 971.0 kB | 2 |
Upgrades
When using the CliRunner
with Click < 8.2, to be able to access the stderr
output, you needed to set the mix_stderr
parameter to True
. Since Click 8.2 (and Typer 0.160 this release supporting it) this is no longer necessary, so this parameter has been removed.