–color

--color turns ansi color support on /off.

By default, the color support is on in interactive mode. The color support is off in script mode (i.e. I/O is redirected).

This option can be used to manually set the the color support.

Syntax

usage: --color <on | off>

Example

# disable ansi color
java -jar jaqy.jar --color off