Skip to content

Commit 1ff8324

Browse files
committed
Add ImportParse to base parsers
1 parent 8f402fb commit 1ff8324

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/hydev/mcpm/client/arguments/CommandsFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public static List<CommandParser> baseParsers(boolean isMinecraft) {
8181
*/
8282
return List.of(
8383
new ExportPluginsParser(exportPluginsController),
84+
new ImportParser(importController),
8485
new ListParser(listController),
8586
new SearchParser(searchController),
8687
new MirrorParser(mirrorController),

0 commit comments

Comments
 (0)