Skip to content

Commit ffe8655

Browse files
committed
Bring back -q description
Seems to be mentioned in other places [1] but smh missed here. [1] https://github.com/jakejs/jake/search?q=quiet
1 parent 741c955 commit ffe8655

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

usage.txt

+9-8
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ If no flags are given, Jake looks for a Jakefile or Jakefile.js in the current d
55
{Usage}: jake [options ...] [env variables ...] target
66

77
{Options}:
8-
-f, --jakefile FILE Use FILE as the Jakefile.
9-
-C, --directory DIRECTORY Change to DIRECTORY before running tasks.
10-
-B, --always-make Unconditionally make all targets.
11-
-T/-ls, --tasks Display the tasks (matching optional PATTERN) with descriptions, then exit.
12-
-J, --jakelibdir JAKELIBDIR Auto-import any .jake files in JAKELIBDIR. (default is \'jakelib\')
13-
-h, --help Display this help message.
14-
-V/-v, --version Display the Jake version.
15-
-ar, --allow-rejection Keep running even after unhandled promise rejection
8+
-f, --jakefile FILE Use FILE as the Jakefile.
9+
-C, --directory DIRECTORY Change to DIRECTORY before running tasks.
10+
-q, --quiet Do not log messages to standard output.
11+
-B, --always-make Unconditionally make all targets.
12+
-T/-ls, --tasks Display the tasks (matching optional PATTERN) with descriptions, then exit.
13+
-J, --jakelibdir JAKELIBDIR Auto-import any .jake files in JAKELIBDIR. (default is \'jakelib\')
14+
-h, --help Display this help message.
15+
-V/-v, --version Display the Jake version.
16+
-ar, --allow-rejection Keep running even after unhandled promise rejection.
1617

0 commit comments

Comments
 (0)