mirror of
https://github.com/danbulant/bpm
synced 2026-06-12 02:50:40 +00:00
Add another case-trigger
This commit is contained in:
parent
ac99d2b3b5
commit
4b6ad0d01d
1 changed files with 2 additions and 1 deletions
3
index.js
3
index.js
|
|
@ -38,7 +38,8 @@ switch(args.contents[0]){
|
|||
case "i":
|
||||
case "install":
|
||||
case "peerInstall":
|
||||
args.contents.splice(0, 1)
|
||||
case "optionalInstall":
|
||||
args.contents.splice(0,1);
|
||||
pkg.install(args.flags, args.contents);
|
||||
break;
|
||||
case "ls":
|
||||
|
|
|
|||
Loading…
Reference in a new issue