Skip to content

Commit

Permalink
Add --silent option for zero output.
Browse files Browse the repository at this point in the history
Passing --silent is equivalent to passing --loglevel=silent.

PR-URL: #937
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
gibfahn authored and bnoordhuis committed May 31, 2016
1 parent ac29d23 commit c8c7ca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/node-gyp.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ proto.shorthands = {
, j: '--jobs'
, silly: '--loglevel=silly'
, verbose: '--loglevel=verbose'
, silent: '--loglevel=silent'
}

/**
Expand Down

0 comments on commit c8c7ca8

Please sign in to comment.