Skip to content

Commit

Permalink
add docs about chalks color closes gulpjs#385
Browse files Browse the repository at this point in the history
  • Loading branch information
yocontra committed Mar 31, 2014
1 parent 84637a4 commit fc62d72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ gulp has very few flags to know about. All other flags are for tasks to use if n
- `--gulpfile <gulpfile path>` manually set path of gulpfile. Useful if you have multiple gulpfiles. This will set the CWD to the gulpfile directory as well.
- `--cwd <dir path>` manually set the CWD. The search for the gulpfile, as well as the relativity of all requires will be from here.
- `-T` or `--tasks` will display the task dependency tree for the loaded gulpfile
- `--color` will force gulp and gulp plugins to display colors even when no color support is detected
- `--no-color` will force gulp and gulp plugins to not display colors even when color support is detected

### Tasks

Expand Down

0 comments on commit fc62d72

Please sign in to comment.