cqlsh, the CQL command prompt for Apache Cassandra, is programmed to show colors in the query results. Is there an easy way to disable colors in cqlsh ?
To disable color output use ./bin/cqlsh --no-color
Refer
Just have $TERM
set to something that doesn't support color. For example,
~$ TERM=dumb cqlsh
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With