Open
Description
Currently YDB CLI
reprints a prompt on completion like psql
, ClickHouse CLI
, what makes queries writing not so pleasant.
This is because it uses Replxx
-- a C++
replacement for the GNU Readline
.
Fixing this is not so easy and requires patching a tricky code of Replxx
, but is possible, as, for example, Python 3.13 REPL
and ZSH
do not reprint a prompt.
Relations:
- Connected with Auto complete in YDB CLI (in interactive mode) #9056
- Depends on #9056 Add YQL keywords suggestions to YDB CLI #12386