From 5cce19cba5730884692bd0ea946a013964c9ac96 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Tue, 25 Apr 2017 11:28:27 -0500 Subject: [PATCH] Docs: Add supported config properties --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0637f6b6..a5fd5c20 100644 --- a/README.md +++ b/README.md @@ -103,9 +103,11 @@ Configuration from the home directory (`~`) and current working directory (`cwd` Supported configurations properties: -| Property | Description | -|-------------|-------------| -| description | Top-level description of the project/gulpfile (Replaces "Tasks for ~/path/of/gulpfile.js") | +| Property | Description | +|----------------|-------------| +| description | Top-level description of the project/gulpfile (Replaces "Tasks for ~/path/of/gulpfile.js") | +| flags.gulpfile | Set a default gulpfile | +| flags.silent | Silence logging by default | ## Flags