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