Fixed: [Duplicate config files in configdir causes merge problems -> set ? = NULL](https://github.com/clicon/clixon/issues/510)
Made file-dir match more exact, eg .cli not ?cli Added -1 as any arg to xml_rm_children()
This commit is contained in:
parent
e55e05353f
commit
344786a971
12 changed files with 76 additions and 28 deletions
|
|
@ -43,5 +43,5 @@ CLICON_MODE="|example_pipe"; # Must start with |
|
|||
json("JSON"), pipe_showas_fn("json");
|
||||
text("Text curly braces"), pipe_showas_fn("text");
|
||||
}
|
||||
save("Save configuration to file") <filename:string>("Filename (local filename)"), pipe_save_file("filename");
|
||||
save("Save to file") <filename:string>("Local filename"), pipe_save_file("filename");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue