Method CommandOptionList
| Improve this Doc View SourceCommandOptionList()
Override this function to return a list of strings that are valid options for your command
Declaration
public virtual List<string> CommandOptionList()
Returns
Type | Description |
---|---|
List<string> | List of valid command options |