Skip to content

Commit

Permalink
Fix anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 20, 2019
1 parent f11ad4a commit 4d56321
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,21 +156,21 @@ used:
[`stripFinalNewline`](https://github.com/ehmicky/gulp-execa/blob/master/docs/API.md#stripfinalnewline),
[`extendEnv`](https://github.com/ehmicky/gulp-execa/blob/master/docs/API.md#extendenv).

The following options are also available.
The following options are available as well.

## echo

_Type_: `boolean`<br> _Default_: `true` for [`task()`](#taskfunction-options)
and [`exec()`](#execfunction-options), `false` for
_Type_: `boolean`<br> _Default_: `true` for [`task()`](#taskcommand-options) and
[`exec()`](#execcommand-options), `false` for
[`stream()`](#streamfunction-options).

Whether the `command` should be printed on the console.
<br>[Full documentation](https://github.com/ehmicky/gulp-execa/blob/master/docs/API.md#echo).

## verbose

_Type_: `boolean`<br> _Default_: `true` for [`task()`](#taskfunction-options)
and [`exec()`](#execfunction-options), `false` for
_Type_: `boolean`<br> _Default_: `true` for [`task()`](#taskcommand-options) and
[`exec()`](#execcommand-options), `false` for
[`stream()`](#streamfunction-options).

Whether both the `command` and its output (`stdout`/`stderr`) should be printed
Expand Down
8 changes: 4 additions & 4 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ _Type_: `object`

#### echo

_Type_: `boolean`<br> _Default_: `true` for [`task()`](#taskfunction-options)
and [`exec()`](#execfunction-options), `false` for
_Type_: `boolean`<br> _Default_: `true` for [`task()`](#taskcommand-options) and
[`exec()`](#execcommand-options), `false` for
[`stream()`](#streamfunction-options).

Whether the `command` should be printed on the console.
Expand All @@ -92,8 +92,8 @@ $ gulp audit

#### verbose

_Type_: `boolean`<br> _Default_: `true` for [`task()`](#taskfunction-options)
and [`exec()`](#execfunction-options), `false` for
_Type_: `boolean`<br> _Default_: `true` for [`task()`](#taskcommand-options) and
[`exec()`](#execcommand-options), `false` for
[`stream()`](#streamfunction-options).

Whether both the `command` and its output (`stdout`/`stderr`) should be printed
Expand Down

0 comments on commit 4d56321

Please sign in to comment.