mirror of
https://github.com/danbulant/bpm
synced 2026-05-20 04:38:57 +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]){
|
||||
case "get":
|
||||
case "info":
|
||||
case "view":
|
||||
pkg.get(args.contents[1]).catch(console.error);
|
||||
break;
|
||||
case "bin":
|
||||
|
|
|
|||
Loading…
Reference in a new issue