Com: iocsh: Tab completion

Add tab completion for "help ...", record names, and "pdbbase"
This commit is contained in:
Michael Davidsaver
2022-12-20 20:12:04 -08:00
parent 60128ee924
commit d9ca8a70f0
10 changed files with 284 additions and 32 deletions
@@ -13,7 +13,7 @@
/* dbLoadTemplate */
static const iocshArg dbLoadTemplateArg0 = {"filename", iocshArgString};
static const iocshArg dbLoadTemplateArg0 = {"filename", iocshArgStringPath};
static const iocshArg dbLoadTemplateArg1 = {"var1=value1,var2=value2", iocshArgString};
static const iocshArg * const dbLoadTemplateArgs[2] = {
&dbLoadTemplateArg0, &dbLoadTemplateArg1