]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdparser.c
make parser slightly more user friendly (default to 'help')
[proxmark3-svn] / client / cmdparser.c
index b91f2c9e86abd07665fc051384f1422fb43afc65..6fca29c2b4cc66841ba0564b3ec7949fd47dce51 100644 (file)
@@ -28,5 +28,6 @@ void CmdsParse(const command_t Commands[], const char *Cmd)
   if (Commands[i].Name)
     Commands[i].Parse(Cmd + len);
   else
-    PrintAndLog("Command not found");
+    // show help (always first in array) for selected hierarchy or if command not recognised
+    Commands[0].Parse("help");
 }
Impressum, Datenschutz