Michael Andres changed bug 1205090
What Removed Added
Status NEW RESOLVED
Resolution --- INVALID

Comment # 4 on bug 1205090 from
(In reply to Dobi Wadzzi from comment #0)
> Passing --no-color option removes colors but leaves some ANSI codes in the
> output. They should be completely removed as the intent of passing
> --no-color is clear: no extra characters should appear in the output.

Sorry, but 'No'. The intent of --no-color is solely not to use ANSI color
sequences. Cursor movement and line clearing is used if stdout is a (not dumb)
tty. These forms should emit no ANSI codes at all:

  zypper ... | cat
  zypper ... > outputfile
  TERM=dumb zypper ...

We'll update the man page to point this out more clearly.


You are receiving this mail because: