File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -206,8 +206,9 @@ The following options are available as well.
206
206
## echo
207
207
208
208
_ Type_ : ` boolean ` \
209
- _ Default_ : ` true ` for [ ` task() ` ] ( #taskcommand-options ) and [ ` exec() ` ] ( #execcommand-options ) ,
210
- ` false ` for [ ` stream() ` ] ( #streamfunction-options ) .
209
+ _ Default_ : ` true ` for [ ` task() ` ] ( #taskcommand-options ) and
210
+ [ ` exec() ` ] ( #execcommand-options ) , ` false ` for
211
+ [ ` stream() ` ] ( #streamfunction-options ) .
211
212
212
213
Whether the ` command ` should be printed on the console.
213
214
@@ -222,8 +223,9 @@ $ gulp audit
222
223
## debug
223
224
224
225
_ Type_ : ` boolean ` \
225
- _ Default_ : ` true ` for [ ` task() ` ] ( #taskcommand-options ) and [ ` exec() ` ] ( #execcommand-options ) ,
226
- ` false ` for [ ` stream() ` ] ( #streamfunction-options ) .
226
+ _ Default_ : ` true ` for [ ` task() ` ] ( #taskcommand-options ) and
227
+ [ ` exec() ` ] ( #execcommand-options ) , ` false ` for
228
+ [ ` stream() ` ] ( #streamfunction-options ) .
227
229
228
230
Whether both the ` command ` and its output (` stdout ` /` stderr ` ) should be printed
229
231
on the console instead of being returned in JavaScript.
You can’t perform that action at this time.
0 commit comments