Fixed: [All values in list don't appear when writing "show <list>" in cli](https://github.com/clicon/clixon/issues/359)
CLISPEC change: * Changed signature of `cli_show_auto()`, * remove: `cli_show_auto_state()`
This commit is contained in:
parent
76c1566d00
commit
9a224ea4a0
9 changed files with 408 additions and 65 deletions
|
|
@ -111,9 +111,9 @@ CLICON_MODE="example";
|
|||
CLICON_PROMPT="%U@%H> ";
|
||||
|
||||
show {
|
||||
base @datamodel, cli_show_auto_state("running", "cli", "set ");
|
||||
add-nonconfig @datamodelstate, cli_show_auto_state("running", "cli", "set ");
|
||||
add-show @datamodelshow, cli_show_auto_state("running", "cli", "set ");
|
||||
base @datamodel, cli_show_auto_state("running", "cli", true, false, "report-all","set ");
|
||||
add-nonconfig @datamodelstate, cli_show_auto_state("running", "cli", true, false, "report-all","set ");
|
||||
add-show @datamodelshow, cli_show_auto_state("running", "cli", true, false, "report-all","set ");
|
||||
}
|
||||
|
||||
auto {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue