Merge branch 'staging' into parser-followup-2

This commit is contained in:
LenAnderson
2024-07-04 11:37:35 -04:00
54 changed files with 2457 additions and 1285 deletions

View File

@ -1373,7 +1373,11 @@ export function registerVariableCommands() {
name: 'times',
callback: timesCallback,
returns: 'result of the last executed command',
namedArgumentList: [],
namedArgumentList: [
new SlashCommandNamedArgument(
'guard', 'disable loop iteration limit', [ARGUMENT_TYPE.STRING], false, false, null, commonEnumProviders.boolean('onOff')(),
),
],
unnamedArgumentList: [
new SlashCommandArgument(
'repeats',