This commit is contained in:
Olof hagsand 2024-07-23 12:50:55 +02:00
parent 9ee55441ac
commit aa4feee03e
4 changed files with 345 additions and 0 deletions

View file

@ -117,6 +117,7 @@ int cli_help(clixon_handle h, cvec *vars, cvec *argv);
cvec *cvec_append(cvec *cvv0, cvec *cvv1);
int cvec_concat_cb(cvec *cvv, cbuf *cb);
int cli_process_control(clixon_handle h, cvec *vars, cvec *argv);
int cli_alias_cb(clixon_handle h, cvec *cvv, cvec *argv);
/* In cli_show.c */
int expand_dbvar(void *h, char *name, cvec *cvv, cvec *argv,