Clarified clixon_cli command-line: clixon_cli [options] [commands] [-- extra-options]

This commit is contained in:
Olof hagsand 2023-08-07 18:15:49 +02:00
parent bee30a4ea0
commit f067968535
4 changed files with 73 additions and 14 deletions

View file

@ -133,6 +133,7 @@ int cli_show_config_state(clicon_handle h, cvec *cvv, cvec *argv);
int cli_show_auto(clicon_handle h, cvec *cvv, cvec *argv);
int cli_show_options(clicon_handle h, cvec *cvv, cvec *argv);
int cli_show_version(clicon_handle h, cvec *vars, cvec *argv);
/* cli_auto.c: Autocli mode support */