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