Provide option -m for markdown help dump, -h for text dump
This commit is contained in:
@@ -25,6 +25,6 @@ typedef struct command_s
|
||||
void CmdsHelp(const command_t Commands[]);
|
||||
// Parse a command line
|
||||
void CmdsParse(const command_t Commands[], const char *Cmd);
|
||||
void dumpCommandsRecursive(const command_t cmds[]);
|
||||
void dumpCommandsRecursive(const command_t cmds[], int markdown);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user