@@ -106,27 +106,30 @@ output =
106106 /_/
107107
108108
109- Usage: spotless [-hV] [-e=<encoding>] [-l=<lineEnding>] [-m=<spotlessMode>]
110- [-p=N] [-t=<targets>]... [FORMATTING_STEPS]
109+ Usage: spotless [-hV] [-e=<encoding>] [-l=<lineEnding>] [--log-file=<logFile>]
110+ [-m=<spotlessMode>] [-p=N] [-t=<targets>]... [-q | -v [-v]...]
111+ [FORMATTING_STEPS]
111112Runs spotless
112- -e, --encoding=<encoding>
113- The encoding of the files to format.
114- (default: UTF-8)
115- -h, --help Show this help message and exit.
113+ -e, --encoding=<encoding> The encoding of the files to format.
114+ (default: UTF-8)
115+ -h, --help Show this help message and exit.
116116 -l, --line-ending=<lineEnding>
117- The line ending of the files to format.
118- One of: GIT_ATTRIBUTES,
119- GIT_ATTRIBUTES_FAST_ALLSAME, PLATFORM_NATIVE,
120- WINDOWS, UNIX, MAC_CLASSIC, PRESERVE
121- (default: UNIX)
122- -m, --mode=<spotlessMode>
123- The mode to run spotless in.
124- One of: CHECK, APPLY
125- (default: APPLY)
126- -p, --parallelity=N The number of parallel formatter threads to run.
127- (default: #cores * 0.5)
128- -t, --target=<targets> The target files to format.
129- -V, --version Print version information and exit.
117+ The line ending of the files to format.
118+ One of: GIT_ATTRIBUTES,
119+ GIT_ATTRIBUTES_FAST_ALLSAME, PLATFORM_NATIVE,
120+ WINDOWS, UNIX, MAC_CLASSIC, PRESERVE
121+ (default: UNIX)
122+ --log-file=<logFile> The log file to write the output to.
123+ -m, --mode=<spotlessMode> The mode to run spotless in.
124+ One of: CHECK, APPLY
125+ (default: APPLY)
126+ -p, --parallelity=N The number of parallel formatter threads to run.
127+ (default: #cores * 0.5)
128+ -q, --quiet Disable as much output as possible.
129+ -t, --target=<targets> The target files to format.
130+ -v Enable verbose output. Multiple -v options
131+ increase the verbosity (max 5).
132+ -V, --version Print version information and exit.
130133
131134Available formatting steps:
132135 license-header Runs license header
0 commit comments