]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdparser.h
FIX: The T55x7ReadBlock method, should not have the startgap since it indicats...
[proxmark3-svn] / client / cmdparser.h
index 94aad884ca58a8cb507b45752b3cd1e34548616c..34db902cc9676dbc236c49fa176618100476ade1 100644 (file)
@@ -23,8 +23,10 @@ typedef struct command_s
 
 // Print help for each command in the command array
 void CmdsHelp(const command_t Commands[]);
+// Print each command in the command array without help
+void CmdsLS(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