From 3a62b2b3dbefdf91c06e523245ea3c8f8342fa2c Mon Sep 17 00:00:00 2001 From: Eric Schoffstall Date: Sun, 20 Jul 2014 14:03:21 -0700 Subject: [PATCH] add silent docs --- docs/CLI.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CLI.md b/docs/CLI.md index 7fc957024..a73b7b064 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -12,6 +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 The CLI adds process.env.INIT_CWD which is the original cwd it was launched from