Skip to content

Commit

Permalink
Document windowsVerbatimArguments option (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickdekkers authored and sindresorhus committed Nov 17, 2017
1 parent d31cc91 commit 79a496a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Expand Up @@ -271,6 +271,13 @@ Default: `pipe`

Same options as [`stdio`](https://nodejs.org/dist/latest-v6.x/docs/api/child_process.html#child_process_options_stdio).

#### windowsVerbatimArguments

Type: `boolean`<br>
Default: `false`

If `true`, no quoting or escaping of arguments is done on Windows. Ignored on other platforms. This is set to `true` automatically when the `shell` option is `true`.


## Tips

Expand Down

0 comments on commit 79a496a

Please sign in to comment.