mirror of
https://github.com/danbulant/bpm
synced 2026-05-27 13:51:45 +00:00
Add view alias
This commit is contained in:
parent
6189850b43
commit
93e65d8e24
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
|
@ -21,6 +21,7 @@ if(!args.contents[0]){
|
||||||
switch(args.contents[0]){
|
switch(args.contents[0]){
|
||||||
case "get":
|
case "get":
|
||||||
case "info":
|
case "info":
|
||||||
|
case "view":
|
||||||
pkg.get(args.contents[1]).catch(console.error);
|
pkg.get(args.contents[1]).catch(console.error);
|
||||||
break;
|
break;
|
||||||
case "bin":
|
case "bin":
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue