mix_stderr is a parameter of CliRunner.invoke.
This is not documented in the docstring as a :param.
Simply reading the code (which I did after trying this and seeing no output) shows that this parameter is not used.
mix_stderr works on CliRunner.__init__.
The mix_stderr parameter should be removed, or changed to work and get documented.
mix_stderris a parameter ofCliRunner.invoke.This is not documented in the docstring as a
:param.Simply reading the code (which I did after trying this and seeing no output) shows that this parameter is not used.
mix_stderrworks onCliRunner.__init__.The
mix_stderrparameter should be removed, or changed to work and get documented.