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
+1 -1
View File
@@ -17,7 +17,7 @@ IOCSH_STATIC_FUNC void dlload(const char* name)
}
}
static const iocshArg dlloadArg0 = { "path/library.so", iocshArgString};
static const iocshArg dlloadArg0 = { "path/library.so", iocshArgStringPath};
static const iocshArg * const dlloadArgs[] = {&dlloadArg0};
static const iocshFuncDef dlloadFuncDef = {
"dlload",