Refactor of cli show commands:
- Changed `cli_show_config()` - Removed `cli_show_config_state()` - Replaced `cli_auto_show()` with `cli_show_auto_mode()`
This commit is contained in:
parent
9a224ea4a0
commit
a6f67755b3
32 changed files with 706 additions and 746 deletions
|
|
@ -51,7 +51,7 @@ cat <<EOF > $clidir/cli1.cli
|
|||
( <desc:rest>
|
||||
| <desc:rest expand_dbvar("candidate","/clixon-example:description")> ),
|
||||
cli_set("/clixon-example:description");
|
||||
show configuration("Show configuration"), cli_auto_show("datamodel", "candidate", "xml", false, false);
|
||||
show configuration("Show configuration"), cli_show_auto_mode("candidate", "xml", false, false);
|
||||
EOF
|
||||
|
||||
new "test params: -f $cfg"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue