A | |
allowTimeString, cmds | |
I | |
ignoreCanTarget, cmds | |
O | |
optional, cmds | |
R | |
restrictToCompletes, cmds | |
round, cmds | |
T | |
takeRestOfLine, cmds |
This is used when specyfing a number argument that should allow time string representations to be parsed (eg, ‘1w1d’ for 1 week 1 day).
cmds.allowTimeString
This is used when specifying a command that should ignore the can_target property in the groups config.
cmds.ignoreCanTarget
This is used when specifying an argument to flag the argument as optional.
cmds.optional
This is used when specifying 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 specifying a number argument to flag the argument to round the number to the nearest integer.
cmds.round
This is used when specifying a string argument to flag that this argument should use up any remaining args, whether quoted as one arg or not.
cmds.takeRestOfLine