Variable Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 allowTimeString, cmds
I
 ignoreCanTarget, cmds
O
 optional, cmds
R
 restrictToCompletes, cmds
 round, cmds
T
 takeRestOfLine, cmds
cmds.allowTimeString
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.ignoreCanTarget
This is used when specifying a command that should ignore the can_target property in the groups config.
cmds.optional
This is used when specifying an argument to flag the argument as optional.
cmds.restrictToCompletes
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.round
This is used when specifying a number argument to flag the argument to round the number to the nearest integer.
cmds.takeRestOfLine
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.
Close