mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-07 13:41:18 -07:00
Fixes to implement generation of markdown auto-generated documentation
This commit is contained in:
parent
ae7aa73dd5
commit
57c695563f
8 changed files with 104 additions and 49 deletions
|
@ -25,5 +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[]);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue