CHG: 'script run didump' - got some remake. unfinished.

CHG: some default keys
This commit is contained in:
iceman1001 2017-07-04 20:23:47 +02:00
commit a211877853
6 changed files with 347 additions and 75 deletions

View file

@ -565,16 +565,12 @@ static command_t CommandTable[] =
};
int CmdHFTopaz(const char *Cmd) {
// flush
clearCommandBuffer();
// parse
CmdsParse(CommandTable, Cmd);
return 0;
}
static int CmdHelp(const char *Cmd)
{
static int CmdHelp(const char *Cmd) {
CmdsHelp(CommandTable);
return 0;
}