Skip to content

Commit

Permalink
Merge pull request #598 from pkozlowski-opensource/patch-2
Browse files Browse the repository at this point in the history
fix markdown formatting for the "silent" option
  • Loading branch information
yocontra committed Jul 21, 2014
2 parents 3a62b2b + 2fcf180 commit ac2175d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CLI.md
Expand Up @@ -12,7 +12,7 @@ gulp has very few flags to know about. All other flags are for tasks to use if n
- `--tasks-simple` will display a plaintext list of tasks 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
- '--silent' will disable all gulp logging
- `--silent` will disable all gulp logging

The CLI adds process.env.INIT_CWD which is the original cwd it was launched from

Expand Down

0 comments on commit ac2175d

Please sign in to comment.