Fixed issues¶
Click Extra was basically born as a collection of patches for unmaintained or slow moving click-contrib
addons.
Here is the list of issues and bugs from other projects that click-extra
has addressed over the years.
configmanager
¶
click
¶
#2523
- Keep track of<stderr>
and<stdout>
mix inCliRunner
results#2522
-CliRunner
: restrictmix_stderr
influence to<output>
; keep<stderr>
and<stdout>
stable#2483
- Missing auto-generated environment variables in help screen & case-sensitivity#2331
-version_option
module name and package name are not equivalent#2324
- Can’t passclick.version_option()
toclick.MultiCommand(params=)
#2313
- Addshow_envvar
as global setting viacontext_settings
(likeshow_default
)#2111
-Context.color = False
doesn’t overridesecho(color=True)
#2110
-testing.CliRunner.invoke
cannot pass color forContext
instantiation#1756
- Path and Python version for version message formatting