mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-14 03:45:57 +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() {
|
public CommandConfiguration getConfiguration() {
|
||||||
Parameter keyToChange = Parameter.builder().name("key").type(String.class).optional(true).templated(true).build();
|
Parameter keyToChange = Parameter.builder().name("key").type(String.class).optional(true).templated(true).build();
|
||||||
List<Parameter> parameters = Arrays.asList(keyToChange);
|
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()
|
return CommandConfiguration.builder()
|
||||||
.name("resetConfig")
|
.name("resetConfig")
|
||||||
.module(ConfigModuleDefinition.CONFIG)
|
.module(ConfigModuleDefinition.CONFIG)
|
||||||
|
|||||||
Reference in New Issue
Block a user