]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdparser.h
Provide option -m for markdown help dump, -h for text dump
[proxmark3-svn] / client / cmdparser.h
index 94aad884ca58a8cb507b45752b3cd1e34548616c..b7997eccec61e14fa3a285b50574b1bd0887de57 100644 (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
Impressum, Datenschutz