cli show options. doc and testing

This commit is contained in:
Olof hagsand 2020-10-01 11:07:57 +02:00
parent 6f2c4a076d
commit 09d33acd45
8 changed files with 64 additions and 6 deletions

View file

@ -133,6 +133,8 @@ 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_state_auto(clicon_handle h, cvec *cvv, cvec *argv);
int cli_show_auto_state(clicon_handle h, cvec *cvv, cvec *argv);
int cli_show_options(clicon_handle h, cvec *cvv, cvec *argv);
#endif /* _CLIXON_CLI_API_H_ */