Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

[ui]

Display and formatting settings.

[ui]
color = on
datetimeformat = %Y-%m-%d %H:%M:%S%z
timezone = UTC
float_precision = 5
double_precision = 12
max_trace_wait = 10.0
encoding = utf-8
completekey = tab
browser = open %s

Keys

KeyTypeDefaultDescription
colorbooleanonEnable colored output. Overridden by -C / --no-color.
datetimeformatstring%Y-%m-%d %H:%M:%S%zFormat for timestamp values (strftime syntax).
timezonestringlocalTimezone for displaying timestamps.
float_precisioninteger5Number of decimal digits for float values.
double_precisioninteger12Number of decimal digits for double values.
max_trace_waitfloat10.0Maximum seconds to wait for trace data.
encodingstringutf-8Character encoding for output. Overridden by --encoding.
completekeystringtabKey to trigger tab completion.
browserstringBrowser command for CQL HELP. %s is replaced with the URL.