Skip to content

Commit

Permalink
Start adding upstream options
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 15, 2019
1 parent 777a67f commit 8108bb2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,19 @@ const DEFAULT_OPTS = {
verbose: isCi,
}

// Examples for the core `child_process.spawn()` options
const CHILD_PROCESS_OPTS = {
windowsHide: true,
}

// Examples for the `execa` options
const EXECA_OPTS = {

}

const EXAMPLE_OPTS = {
...CHILD_PROCESS_OPTS,
...EXECA_OPTS,
...DEFAULT_OPTS,
echo: true,
}
Expand Down

0 comments on commit 8108bb2

Please sign in to comment.