Skip to content

Commit 1d575f2

Browse files
committed
Fix: Remove duplicate 'cls' command registration
1 parent bb0ab14 commit 1d575f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/mycmd/App.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ private static void registerCommands(Map<String, Command> commands) {
106106
commands.put("unalias", new UnaliasCommand());
107107
commands.put("rename", new RenameCommand());
108108
commands.put("set", new SetCommand());
109-
commands.put("cls", new ClsCommand());
110109
}
111110
}
112111

0 commit comments

Comments
 (0)