You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/CLI.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ gulp has very few flags to know about. All other flags are for tasks to use if n
8
8
-`--require <module path>` will require a module before running the gulpfile. This is useful for transpilers but also has other applications. You can use multiple `--require` flags
9
9
-`--gulpfile <gulpfile path>` will manually set path of gulpfile. Useful if you have multiple gulpfiles. This will set the CWD to the gulpfile directory as well
10
10
-`--cwd <dir path>` will manually set the CWD. The search for the gulpfile, as well as the relativity of all requires will be from here
11
-
-`-T` or `--tasks` will display the task dependency tree for the loaded gulpfile
11
+
-`-T` or `--tasks` will display the task dependency tree for the loaded gulpfile. It will include the task names and their [description](./API.md#fndescription).
12
12
-`--tasks-simple` will display a plaintext list of tasks for the loaded gulpfile
13
13
-`--verify` will verify plugins referenced in project's package.json against the plugins blacklist
14
14
-`--color` will force gulp and gulp plugins to display colors even when no color support is detected
0 commit comments