This commit is contained in:
Michael Davidsaver
2022-12-20 09:01:49 -08:00
parent b38ff09f6e
commit adb0c898a6
2 changed files with 16 additions and 0 deletions
+6
View File
@@ -66,7 +66,13 @@ typedef enum {
iocshArgPdbbase,
iocshArgArgv,
iocshArgPersistentString,
/** Equivalent to iocshArgString with a hint for tab completion as a record name.
* @since UNRELEASED
*/
iocshArgStringRecord,
/** Equivalent to iocshArgString with a hint for tab completion as a file system path.
* @since UNRELEASED
*/
iocshArgStringPath,
}iocshArgType;