Add fulltext test

This commit is contained in:
Philippe Teuwen
2021-04-19 23:12:27 +02:00
parent c7e47a721d
commit a2fa5cbc44
2 changed files with 2 additions and 0 deletions

View File

@@ -464,6 +464,7 @@ static void dumpAllHelp(int markdown, bool full_help) {
command_t *cmds = getTopLevelCommandTable();
dumpCommandsRecursive(cmds, markdown, full_help);
session.help_dump_mode = false;
PrintAndLogEx(NORMAL, "Full help dump done.");
}
#endif //LIBPM3