X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2Fquelaton%2FGetConfigCommand.java;h=6fc9572740316f298e2907a745147d5b75bb44e8;hb=8d70659996b99bd55b677e7235005bc0fcb05e1b;hp=2650b519607913e4c4b1e1826c918ffe9b2909ba;hpb=0194e21f0855ffc97f4f43e28dac4ba732e12c5a;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 2650b51..6fc9572 100644 --- a/src/main/java/net/pterodactylus/fcp/quelaton/GetConfigCommand.java +++ b/src/main/java/net/pterodactylus/fcp/quelaton/GetConfigCommand.java @@ -12,5 +12,6 @@ public interface GetConfigCommand extends Executable { GetConfigCommand withCurrent(); GetConfigCommand withDefaults(); GetConfigCommand withSortOrder(); + GetConfigCommand withExpertFlag(); }