Skip to content

Commit

Permalink
verbose for run-script
Browse files Browse the repository at this point in the history
  • Loading branch information
cadorn committed Oct 19, 2012
1 parent 48dfc40 commit 0861a1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/commands/run-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ command.help("Run a package/program script.");
command.arg("SCRIPT_NAME");
command.arg(".../[package.json|program.json]");
command.option("--chown").set().help("Change ownership of process before running script.");
command.option("-v", "--verbose").bool().help("Show verbose progress.");
command.helpful();

command.action(function (options) {
Expand Down

0 comments on commit 0861a1c

Please sign in to comment.