Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 15, 2019
1 parent 40b58b3 commit b326695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const EXAMPLE_OPTS = {

const addVerbose = function({ opts: { verbose, ...opts }, opts: { stdio } }) {
if (!verbose) {
// The default value for `echo` must be added here, not in `DEFAULT_OPTS`
return { echo: false, ...opts }
}

Expand Down

0 comments on commit b326695

Please sign in to comment.