New: [CLI simple alias](https://github.com/clicon/cligen/issues/112)
This commit is contained in:
parent
9ee55441ac
commit
aa4feee03e
4 changed files with 345 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue