completing the function of hide for autocli-op in the yang files
This commit is contained in:
parent
d962399db0
commit
3736927efa
1 changed files with 3 additions and 1 deletions
|
|
@ -103,7 +103,9 @@ module clixon-lib {
|
|||
this point in the YANG tree for the automated generated CLI.
|
||||
Note that this extension is only used in clixon_cli.
|
||||
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;
|
||||
}
|
||||
rpc debug {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue