mirror of
https://github.com/danbulant/bpm
synced 2026-05-19 04:08:47 +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 "install":
|
||||
case "peerInstall":
|
||||
args.contents.splice(0, 1)
|
||||
pkg.install(args.flags, args.contents);
|
||||
break;
|
||||
case "ls":
|
||||
case "help":
|
||||
case "adduser":
|
||||
|
|
|
|||
Loading…
Reference in a new issue