scylladb / scylla-cqlsh

A fork of the cqlsh code
Apache License 2.0
16 stars 32 forks source link

cqlsh.py: show Scylla version on startup/show version #10

Closed fruch closed 2 years ago

fruch commented 2 years ago

Now we show the scylla version when connecting with cqlsh to a scylla cluster

❯ cqlsh
Connected to  at 127.0.0.1:9042
[cqlsh 6.0.3.dev0+g5c62c72e04.d20221117 | Scylla 5.2.0~dev-0.20221130.8bc0af9e34fa | CQL spec 3.3.1 | Native protocol v4]
Use HELP for help.
cqlsh> SHOW VERSION
[cqlsh 6.0.3.dev0+g5c62c72e04.d20221117 | Scylla 5.2.0~dev-0.20221130.8bc0af9e34fa | CQL spec 3.3.1 | Native protocol v4]

Fixes: #9

nyh commented 2 years ago

Oh, and you forgot to add "Fixes #9".