Skip to content

Commit

Permalink
Update CommandManager2.java
Browse files Browse the repository at this point in the history
  • Loading branch information
xdnw committed Feb 23, 2025
1 parent 640e4fc commit 31ddf33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ public static Map<String, String> parseArguments(Set<String> params, String inpu

public CommandManager2 registerDefaults() {
getCommands().registerMethod(new ConflictCommands(), List.of("conflict", "edit"), "addManualWars", "add_none_war");
getCommands().registerMethod(new SettingCommands(), List.of("bank"), "importTransactions", "import");
getCommands().registerMethod(new SettingCommands(), List.of("bank"), "importTransactions", "import_transfers");
getCommands().registerMethod(new AppMenuCommands(), List.of("menu"), "info", "info");
getCommands().registerMethod(new AppMenuCommands(), List.of("menu"), "list", "list");
getCommands().registerMethod(new CustomSheetCommands(), List.of("sheet_custom"), "fromFile", "from_file");
Expand Down

0 comments on commit 31ddf33

Please sign in to comment.