Added tags to command definitions

This commit is contained in:
James Booth
2015-07-27 01:06:10 +01:00
parent 8119025120
commit eb550eedb3
5 changed files with 358 additions and 86 deletions

View File

@@ -39,6 +39,7 @@
// Command help strings
typedef struct cmd_help_t {
const gchar *tags[20];
const gchar *synopsis[50];
const gchar *desc;
const gchar *args[50][2];