Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
shorthands must be flags. new rule
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Mar 21, 2011
1 parent e4d3512 commit bd0be93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/utils/parse-args.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ exports.shorthands =
, f : ["--force"]
, desc : ["--description"]
, "no-desc" : ["--no-description"]
, "nv" : ["--node-version"]
, "local" : ["--no-global"]
, l : ["--long"]
, p : ["--parseable"]
Expand Down

0 comments on commit bd0be93

Please sign in to comment.