Skip to content

Commit

Permalink
feat: command install as an alias of command add
Browse files Browse the repository at this point in the history
  • Loading branch information
favoyang committed Jan 5, 2020
1 parent 150f8b4 commit b0a30f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ program

program
.command("add <pkg> [otherPkgs...]")
.alias("install")
.description(
`add package to manifest json
openupm add <pkg> [otherPkgs...]
Expand Down

0 comments on commit b0a30f3

Please sign in to comment.