Skip to content

Don't write ANSI reset sequence when terminating if not colorized

cli.py:
Application._before_exit():
Only write ansi.reset() if utils.should_colorize_output()
is true.

plugins/clean.py:
Return 0 if there are no eligible versions to remove. This
avoids a Control-G (ASCII bell) from being added to the end
of the output.

Merge request reports