mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 00:07:12 -07:00
Added version ASCII art
This commit is contained in:
parent
743efa69e6
commit
dfc402a9ee
4 changed files with 17 additions and 2 deletions
8
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
8
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
|
@ -0,0 +1,8 @@
|
|||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="JavadocDeclaration" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="ADDITIONAL_TAGS" value="created" />
|
||||
</inspection_tool>
|
||||
</profile>
|
||||
</component>
|
1
.idea/misc.xml
generated
1
.idea/misc.xml
generated
|
@ -1,4 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="PDMPlugin">
|
||||
<option name="skipTestSources" value="false" />
|
||||
|
|
2
core
2
core
|
@ -1 +1 @@
|
|||
Subproject commit 29d66092169fc1682d008282ea37b61210f2fe1a
|
||||
Subproject commit e6872e1c927662eb5156700c6d81b483b75e383b
|
|
@ -20,6 +20,14 @@ public class VersionOperation extends AbstractOperation<VersionOperation> {
|
|||
*/
|
||||
public void execute() {
|
||||
if (!silent()) {
|
||||
System.out.println("""
|
||||
_ _ _
|
||||
| | | | | |
|
||||
| |__ | | __| |
|
||||
| '_ \\| |/ _` |
|
||||
| |_) | | (_| |
|
||||
|_.__/|_|\\__,_|
|
||||
""");
|
||||
System.out.println("bld " + BldVersion.getVersion());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue