ydb icon indicating copy to clipboard operation
ydb copied to clipboard

Auto complete in YDB CLI commands (not in interactive mode)

Open pnv1 opened this issue 7 months ago • 0 comments

There are two scenarios auto completion could be useful for in YDB CLI:

  1. In the tree commands (that have sub-commands) it could be used to navigate through available sub-commands
  2. In the leaf commands (that have no sub-commands) it could be used in different ways, individually for each command. For ydb table drop ... it could navigate through available tables to drop. In ydb config profile activate ... it could navigate through available profiles, e.t.c.

pnv1 avatar Jul 02 '24 09:07 pnv1