completing the function of hide for autocli-op in the yang files

This commit is contained in:
shmuels 2021-04-20 18:35:20 +03:00
parent d962399db0
commit 3736927efa

View file

@ -103,7 +103,9 @@ module clixon-lib {
this point in the YANG tree for the automated generated CLI. this point in the YANG tree for the automated generated CLI.
Note that this extension is only used in clixon_cli. Note that this extension is only used in clixon_cli.
Operations is expected to be extended, but the following operations are defined: Operations is expected to be extended, but the following operations are defined:
- hide This command is active but not shown by ? or TAB"; - hide This command is active but not shown by ? or TAB (meaning, it hides the auto-completion of commands)
- hide-database This command hides the database
- hide-database-auto-completion This command hides the database and the auto completion (meaning, this command acts as both commands above)";
argument cliop; argument cliop;
} }
rpc debug { rpc debug {