Skip to content

Commit b36c67f

Browse files
committed
CLI Clean Banner
1 parent 5398cda commit b36c67f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/main/java/the/bytecode/club/bytecodeviewer/cli/actions/commands/CleanBootCommand.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ public CleanBootCommand()
2222
public void runCommand(CommandLine cmd)
2323
{
2424
new File(Constants.getBCVDirectory()).delete();
25+
26+
System.out.println("BCV Directory Deleted - Continuing to GUI...");
2527
}
2628
}

src/main/java/the/bytecode/club/bytecodeviewer/cli/actions/commands/CleanCommand.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ public CleanCommand()
2424
public void runCommand(CommandLine cmd)
2525
{
2626
new File(Constants.getBCVDirectory()).delete();
27+
28+
System.out.println("BCV Directory Deleted - Exiting...");
2729
}
2830
}

0 commit comments

Comments
 (0)