Fixed: [Clixon CLI issue: when I try to print the value of the leaf node nothing appeared](https://github.com/clicon/clixon/issues/345)
This commit is contained in:
parent
d7ed503bad
commit
57bc36d5ed
3 changed files with 4 additions and 3 deletions
|
|
@ -69,7 +69,7 @@ copy("Copy and create a new object") {
|
|||
discard("Discard edits (rollback 0)"), discard_changes();
|
||||
|
||||
show("Show a particular state of the system"){
|
||||
auto("Show expand") @datamodel, cli_show_auto("candidate", "xml");
|
||||
auto("Show expand") @datamodelshow, cli_show_auto("candidate", "xml");
|
||||
xpath("Show configuration") <xpath:string>("XPATH expression")
|
||||
[<ns:string>("Namespace")], show_conf_xpath("candidate");
|
||||
version("Show version"), cli_show_version("candidate", "text", "/");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue