mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
in order to reduce the confusion like: > I cannot find foobar in the list, is it supported? also, take this opportunity to use "console" instead of "shell" for rendering the code block. it's a better fit in this case. since we are using pygment for syntax highlighting, see https://pygments.org/docs/lexers/#pygments.lexers.shell.BashSessionLexer for details on the "console" lexer. and add a prompt before the command line, so that "console" lexer can render the command line and output better. also, add a note explaining that user should refer the output of `scylla` to see the list of logger classes. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes scylladb/scylladb#18311