X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2Fquelaton%2FGetConfigCommand.java;h=a886cdc9cd1668c972157fab6492d522b0adb2ea;hb=38a682c6c826befa8b291175c1801d02a8c22c62;hp=89afb6708c41d308e14a041a7ea914bb623baf0c;hpb=bfc572d27b7fa9b55ca082981666d83bdde1065f;p=jFCPlib.git diff --git a/src/main/java/net/pterodactylus/fcp/quelaton/GetConfigCommand.java b/src/main/java/net/pterodactylus/fcp/quelaton/GetConfigCommand.java index 89afb67..a886cdc 100644 --- a/src/main/java/net/pterodactylus/fcp/quelaton/GetConfigCommand.java +++ b/src/main/java/net/pterodactylus/fcp/quelaton/GetConfigCommand.java @@ -14,5 +14,6 @@ public interface GetConfigCommand extends Executable { GetConfigCommand withSortOrder(); GetConfigCommand withExpertFlag(); GetConfigCommand withForceWriteFlag(); + GetConfigCommand withShortDescription(); }