Skip to content

Commit 323c032

Browse files
committed
chore: update usage output to show ascii art
I mean, why not?
1 parent a35bae3 commit 323c032

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/src/main/java/com/diffplug/spotless/cli/SpotlessCLI.java

+10
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@
4747
usageHelpAutoWidth = true,
4848
versionProvider = SpotlessCLIVersionProvider.class,
4949
description = "Runs spotless",
50+
header =
51+
"""
52+
__ __ \s
53+
_________ ____ / /_/ /__ __________
54+
/ ___/ __ \\/ __ \\/ __/ / _ \\/ ___/ ___/
55+
(__ ) /_/ / /_/ / /_/ / __(__ |__ )\s
56+
/____/ .___/\\____/\\__/_/\\___/____/____/ \s Spotless CLI
57+
/_/ \s
58+
59+
""",
5060
synopsisSubcommandLabel = "[FORMATTING_STEPS]",
5161
commandListHeading = "%nAvailable formatting steps:%n",
5262
subcommandsRepeatable = true,

0 commit comments

Comments
 (0)