First attempt at dumping all help: proxmark3 --fulltext

This commit is contained in:
Philippe Teuwen
2021-04-19 02:54:16 +02:00
parent 11c7ead732
commit 008a0b5ab4
3 changed files with 47 additions and 16 deletions

View File

@@ -54,6 +54,6 @@ void CmdsHelp(const command_t Commands[]);
void CmdsLS(const command_t Commands[]);
// Parse a command line
int CmdsParse(const command_t Commands[], const char *Cmd);
void dumpCommandsRecursive(const command_t cmds[], int markdown);
void dumpCommandsRecursive(const command_t cmds[], int markdown, bool full_help);
#endif