Provide option -m for markdown help dump, -h for text dump

This commit is contained in:
Philippe Teuwen 2014-03-26 23:35:53 +01:00
parent 6f5dd6010e
commit dec8e8bd9f
3 changed files with 48 additions and 34 deletions

View file

@ -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