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.