Skip to content

Commit c8c7ca8

Browse files
gibfahnbnoordhuis
authored andcommitted
Add --silent option for zero output.
Passing --silent is equivalent to passing --loglevel=silent. PR-URL: #937 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent ac29d23 commit c8c7ca8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/node-gyp.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ proto.shorthands = {
112112
, j: '--jobs'
113113
, silly: '--loglevel=silly'
114114
, verbose: '--loglevel=verbose'
115+
, silent: '--loglevel=silent'
115116
}
116117

117118
/**

0 commit comments

Comments
 (0)