Skip to content

Commit

Permalink
feat: show status if output redirected
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Apr 19, 2016
1 parent e5b35fe commit d590b69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@ function options(args) {

argv.useStdin = !process.stdin.isTTY;

argv.verbose = !process.stdout.isTTY;

return argv;
}

0 comments on commit d590b69

Please sign in to comment.