| I | |
| ignoreCanTarget, cmds | |
| O | |
| optional, cmds | |
| R | |
| restrictToCompletes, cmds | |
| round, cmds | |
| T | |
| takeRestOfLine, cmds |
This is used when specyfing a command that should ignore the can_target property in the groups config.
cmds.ignoreCanTarget
This is used when specyfing an argument to flag the argument as optional.
cmds.optional
This is used when specyfing a string argument to flag that only what was specified for autocomplete is allowed to be passed as a valid argument.
cmds.restrictToCompletes
This is used when specyfing a number argument to flag the argument to round the number to the nearest integer.
cmds.round
This is used when specyfing a string argument to flag that this argument should use up any remaining args, whether quoted as one arg or not.
cmds.takeRestOfLine