Skip to content

Commit

Permalink
Added version ASCII art
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Sep 13, 2023
1 parent 743efa6 commit dfc402a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions src/main/java/rife/bld/operations/VersionOperation.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ public class VersionOperation extends AbstractOperation<VersionOperation> {
*/
public void execute() {
if (!silent()) {
System.out.println("""
_ _ _
| | | | | |
| |__ | | __| |
| '_ \\| |/ _` |
| |_) | | (_| |
|_.__/|_|\\__,_|
""");
System.out.println("bld " + BldVersion.getVersion());
}
}
Expand Down

0 comments on commit dfc402a

Please sign in to comment.