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