Skip to content
This repository has been archived by the owner on Nov 16, 2019. It is now read-only.

Commit

Permalink
Add -C as alias for --prefix
Browse files Browse the repository at this point in the history
To mimic `make -C /path/to/stuff` for unix funsies
  • Loading branch information
isaacs committed Aug 30, 2014
1 parent c745674 commit b1a8771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config-defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,4 +364,5 @@ exports.shorthands =
, y : ["--yes"]
, n : ["--no-yes"]
, B : ["--save-bundle"]
, C : ["--prefix"]
}

0 comments on commit b1a8771

Please sign in to comment.