Add method to get the current values from the config
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / GetConfigCommand.java
index 2f36436..608baba 100644 (file)
@@ -9,4 +9,6 @@ import net.pterodactylus.fcp.ConfigData;
  */
 public interface GetConfigCommand extends Executable<ConfigData> {
 
+       GetConfigCommand withCurrent();
+
 }