ydb
ydb copied to clipboard
Auto complete in YDB CLI commands (not in interactive mode)
There are two scenarios auto completion could be useful for in YDB CLI:
- In the tree commands (that have sub-commands) it could be used to navigate through available sub-commands
- 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. Inydb config profile activate ...
it could navigate through available profiles, e.t.c.