Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 2f877b7

Browse files
author
Aleksi Salmela
committed
Remove easter egg command.
1 parent b7413d3 commit 2f877b7

3 files changed

Lines changed: 0 additions & 86 deletions

File tree

src/main/java/fi/helsinki/cs/tmc/cli/command/HelpCommand.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public void run(CommandLine args, Io io) {
4343
private List<String> getCommandStrings() {
4444
List<String> strings = new ArrayList<>();
4545
Set<Class<Command>> commands = CommandFactory.getCommands();
46-
commands.remove(castToCommandClass(TestCommand.class));
4746
commands.remove(castToCommandClass(ShellHelperCommand.class));
4847

4948
longestNameLength = longestName(commands);

src/main/java/fi/helsinki/cs/tmc/cli/command/TestCommand.java

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/test/java/fi/helsinki/cs/tmc/cli/command/TestCommandTest.java

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)