mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-25 11:22:06 +00:00
[AB-253] removing help example from reset config command
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user