We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694479a commit 1707cbeCopy full SHA for 1707cbe
1 file changed
cli/src/main/java/org/mcphackers/mcp/main/MainCLI.java
@@ -55,7 +55,6 @@ public class MainCLI extends MCP {
55
56
public MainCLI(String[] args) {
57
isGUI = false;
58
- options.resetDefaults();
59
changeLanguage(Language.ENGLISH); // Some CLI text is hardcoded in English
60
log("RetroMCP " + MCP.VERSION);
61
@@ -153,7 +152,6 @@ public MainCLI(String[] args) {
153
152
log("Unknown command. Type 'help' for list of available commands");
154
}
155
args = new String[]{};
156
157
if (!startedWithNoParams || mode == TaskMode.EXIT)
158
exit = true;
159
mode = null;
0 commit comments