Closed yassu closed 4 years ago
If we run Gina log --no-color, we have following output (with syntax off or syntax on).
Gina log --no-color
syntax off
syntax on
I think that --no-color option does not work. I would expect that only white charactors are output when --no-color option is set.
--no-color
Gina requires ANSI escape sequence to parse the output so --no-color is not applied.
If we run
Gina log --no-color
, we have following output (withsyntax off
orsyntax on
).I think that
--no-color
option does not work. I would expect that only white charactors are output when--no-color
option is set.