Index: trunk/Ohana/src/opihi/cmd.basic/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.basic/init.c	(revision 41341)
+++ trunk/Ohana/src/opihi/cmd.basic/init.c	(revision 42081)
@@ -14,4 +14,5 @@
 int file            PROTO((int, char **));
 int getchr_func     PROTO((int, char **));
+int getargs         PROTO((int, char **));
 int help            PROTO((int, char **));
 int input           PROTO((int, char **));
@@ -66,4 +67,5 @@
   {1, "file",          file,               "test file existence"},
   {1, "getchr",        getchr_func,        "find character in string"},
+  {1, "getargs",       getargs,            "find and remove arguments from the macro argument list"},
   {1, "help",          help,               "get help on a function *"},
   {1, "input",         input,              "read command lines from a file *"},
