We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f402fb commit 1ff8324Copy full SHA for 1ff8324
src/main/java/org/hydev/mcpm/client/arguments/CommandsFactory.java
@@ -81,6 +81,7 @@ public static List<CommandParser> baseParsers(boolean isMinecraft) {
81
*/
82
return List.of(
83
new ExportPluginsParser(exportPluginsController),
84
+ new ImportParser(importController),
85
new ListParser(listController),
86
new SearchParser(searchController),
87
new MirrorParser(mirrorController),
0 commit comments