We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a35bae3 commit 323c032Copy full SHA for 323c032
app/src/main/java/com/diffplug/spotless/cli/SpotlessCLI.java
@@ -47,6 +47,16 @@
47
usageHelpAutoWidth = true,
48
versionProvider = SpotlessCLIVersionProvider.class,
49
description = "Runs spotless",
50
+ header =
51
+ """
52
+ __ __ \s
53
+ _________ ____ / /_/ /__ __________
54
+ / ___/ __ \\/ __ \\/ __/ / _ \\/ ___/ ___/
55
+ (__ ) /_/ / /_/ / /_/ / __(__ |__ )\s
56
+ /____/ .___/\\____/\\__/_/\\___/____/____/ \s Spotless CLI
57
+ /_/ \s
58
+
59
+ """,
60
synopsisSubcommandLabel = "[FORMATTING_STEPS]",
61
commandListHeading = "%nAvailable formatting steps:%n",
62
subcommandsRepeatable = true,
0 commit comments