Finished display names + descriptions (Part 4)

This commit is contained in:
DJj123dj
2025-04-16 13:20:07 +02:00
parent 515b7e1ffc
commit ad623f9650
4 changed files with 82 additions and 61 deletions
+3 -1
View File
@@ -529,7 +529,9 @@ export interface ODCheckerStringStructureOptions extends ODCheckerStructureOptio
/**The string needs to match this regex */
regex?:RegExp,
/**Provide an optional list for autocomplete when using the Interactive Setup CLI. Defaults to the `choices` option. */
cliAutocompleteList?:string[]
cliAutocompleteList?:string[],
/**Dynamically provide a list for autocomplete items when using the Interactive Setup CLI. */
cliAutocompleteFunc?:() => Promise<string[]|null>
}
/**## ODCheckerStringStructure `class`