Add method to include the defaults in the config
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / GetConfigCommand.java
index 608baba..7ae47b5 100644 (file)
@@ -10,5 +10,6 @@ import net.pterodactylus.fcp.ConfigData;
 public interface GetConfigCommand extends Executable<ConfigData> {
 
        GetConfigCommand withCurrent();
+       GetConfigCommand withDefaults();
 
 }