Added /help parameter autocomplete
This commit is contained in:
@@ -39,6 +39,8 @@ gboolean cmd_execute(const char * const command, const char * const inp);
|
||||
gboolean cmd_execute_default(const char * const inp);
|
||||
|
||||
// command help
|
||||
char * help_complete(char *inp);
|
||||
void help_reset_completer(void);
|
||||
GSList * cmd_get_basic_help(void);
|
||||
GSList * cmd_get_settings_help(void);
|
||||
GSList * cmd_get_status_help(void);
|
||||
|
||||
Reference in New Issue
Block a user