mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-30 11:38:38 -07:00
Provide option -m for markdown help dump, -h for text dump
This commit is contained in:
parent
6f5dd6010e
commit
dec8e8bd9f
3 changed files with 48 additions and 34 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue