#include <string.h>
#include "ui.h"
#include "cmdparser.h"
+#include "proxmark3.h"
void CmdsHelp(const command_t Commands[])
{
++len;
Commands[i].Parse(Cmd + len);
} else {
- // show help (always first in array) for selected hierarchy or if command not recognised
+ // show help for selected hierarchy or if command not recognised
CmdsHelp(Commands);
}
}