Add method to include short description in config data
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / GetConfigCommand.java
index 2650b51..a886cdc 100644 (file)
@@ -12,5 +12,8 @@ public interface GetConfigCommand extends Executable<ConfigData> {
        GetConfigCommand withCurrent();
        GetConfigCommand withDefaults();
        GetConfigCommand withSortOrder();
+       GetConfigCommand withExpertFlag();
+       GetConfigCommand withForceWriteFlag();
+       GetConfigCommand withShortDescription();
 
 }