diff options
Diffstat (limited to 'cli/src/cli.h')
| -rw-r--r-- | cli/src/cli.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h index 57be8c6f610..c0fb5a7e5a4 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -60,7 +60,7 @@ struct cli_cmd_word {          cli_cmd_match_t       *match;          cli_cmd_cbk_t         *cbkfn;          const char            *desc; - +        const char            *pattern;          int                    nextwords_cnt;          struct cli_cmd_word  **nextwords;  }; @@ -158,6 +158,7 @@ int cli_cmd_process_line (struct cli_state *state, const char *line);  int cli_rl_enable (struct cli_state *state);  int cli_rl_out (struct cli_state *state, const char *fmt, va_list ap); +int cli_usage_out (const char *usage);  int cli_out (const char *fmt, ...);  int  | 
