Skip to content

Do not reprint the prompt on YDB CLI completion #14525

Open
@vityaman

Description

@vityaman

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.

An example from psql:
Image

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions