[AB-253] removing help example from reset config command

This commit is contained in:
Sheldan
2021-05-04 13:21:27 +02:00
parent 829c109466
commit 9ae35a7e9d

View File

@@ -53,7 +53,7 @@ public class ResetConfig extends AbstractConditionableCommand {
public CommandConfiguration getConfiguration() {
Parameter keyToChange = Parameter.builder().name("key").type(String.class).optional(true).templated(true).build();
List<Parameter> parameters = Arrays.asList(keyToChange);
HelpInfo helpInfo = HelpInfo.builder().templated(true).hasExample(true).build();
HelpInfo helpInfo = HelpInfo.builder().templated(true).build();
return CommandConfiguration.builder()
.name("resetConfig")
.module(ConfigModuleDefinition.CONFIG)