-
Notifications
You must be signed in to change notification settings - Fork 744
silent output #40
Copy link
Copy link
Closed
Description
Would be nice if there was a way to silent the ouput, for use in systems like grunt that have their own output. For example:
var hash = shell.exec('git rev-parse --short HEAD').output;Now I have access to the git hash (yay), but that hash has been displayed in the console (boo).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels