79693760

Date: 2025-07-08 06:45:42
Score: 1.5
Natty:
Report link

problem is that terminal used doesnot support color scheme used by cqlsh

on cli use

--no-color  

https://cassandra.apache.org/doc/latest/cassandra/managing/tools/cqlsh.html#command-line-options

or specify in

~/.cassandra/cqlshrc

[ui]
color = false

https://cassandra.apache.org/doc/latest/cassandra/managing/tools/cqlsh.html#cqlshrc

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: ManishSingh