mirror of
https://github.com/danbulant/bpm
synced 2026-05-27 05:41:59 +00:00
Add install commands
This commit is contained in:
parent
557d304e56
commit
e83f033c82
1 changed files with 3 additions and 0 deletions
3
index.js
3
index.js
|
|
@ -38,6 +38,9 @@ switch(args.contents[0]){
|
||||||
case "i":
|
case "i":
|
||||||
case "install":
|
case "install":
|
||||||
case "peerInstall":
|
case "peerInstall":
|
||||||
|
args.contents.splice(0, 1)
|
||||||
|
pkg.install(args.flags, args.contents);
|
||||||
|
break;
|
||||||
case "ls":
|
case "ls":
|
||||||
case "help":
|
case "help":
|
||||||
case "adduser":
|
case "adduser":
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue