* Fixed ["aux" folder issue with Windows. #198](https://github.com/clicon/clixon/issues/198)

* Updated config scripts
* removed unused expand_dir util cli function
* Fixed again [making cli_show_options's output more human readable #199](https://github.com/clicon/clixon/issues/199)
This commit is contained in:
Olof hagsand 2021-04-07 09:41:49 +02:00
parent 7412bb7b3d
commit 692dc12c03
8 changed files with 19 additions and 134 deletions

View file

@ -114,7 +114,6 @@ int cli_copy_config(clicon_handle h, cvec *cvv, cvec *argv);
int cli_help(clicon_handle h, cvec *vars, cvec *argv);
/* In cli_show.c */
int expand_dir(char *dir, int *nr, char ***commands, mode_t flags, int detail);
int expand_dbvar(void *h, char *name, cvec *cvv, cvec *argv,
cvec *commands, cvec *helptexts);