mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-05-19 21:57:50 +00:00
[AB-xxx] grrr takes remainder of input
This commit is contained in:
@@ -98,6 +98,7 @@ public class Grrr extends AbstractConditionableCommand {
|
||||
.name(TEXT_PARAMETER_KEY)
|
||||
.type(String.class)
|
||||
.templated(true)
|
||||
.remainder(true)
|
||||
.build();
|
||||
parameters.add(textParameter);
|
||||
HelpInfo helpInfo = HelpInfo
|
||||
|
||||
Reference in New Issue
Block a user