mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 10:57:45 +01:00
update /break help
This commit is contained in:
parent
c47db9e729
commit
490b2004b7
@ -179,7 +179,12 @@ export class SlashCommandParser {
|
||||
}
|
||||
if (!Object.keys(this.commands).includes('break')) {
|
||||
SlashCommandParser.addCommandObjectUnsafe(SlashCommand.fromProps({ name: 'break',
|
||||
helpString: 'Break out of a loop.',
|
||||
helpString: 'Break out of a loop or closure executed through /run or /:',
|
||||
unnamedArgumentList: [
|
||||
SlashCommandArgument.fromProps({ description: 'value to pass down the pipe instead of the current pipe value',
|
||||
typeList: Object.values(ARGUMENT_TYPE),
|
||||
}),
|
||||
],
|
||||
}));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user