File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,34 +58,24 @@ if(cli.flags.feedback) {
5858if ( cli . input [ 0 ] === 'badges' ) {
5959 open ( badges ) ;
6060 process . exit ( ) ;
61- } else {
62- cli . showHelp ( ) ;
6361}
6462
6563if ( cli . input [ 0 ] === 'wtp' ) {
6664 open ( wtp ) ;
6765 process . exit ( ) ;
68- } else {
69- cli . showHelp ( ) ;
7066}
7167
7268if ( cli . input [ 0 ] === 'discord' ) {
7369 open ( discord ) ;
7470 process . exit ( ) ;
75- } else {
76- cli . showHelp ( ) ;
7771}
7872
7973if ( cli . input [ 0 ] === 'web' ) {
8074 open ( web ) ;
8175 process . exit ( ) ;
82- } else {
83- cli . showHelp ( ) ;
8476}
8577
8678if ( cli . input [ 0 ] === 'github' ) {
8779 open ( github ) ;
8880 process . exit ( ) ;
89- } else {
90- cli . showHelp ( ) ;
9181}
Original file line number Diff line number Diff line change 11{
22 "name" : " shellhacks" ,
3- "version" : " 2018.9.16-ALPHA " ,
3+ "version" : " 2018.9.16" ,
44 "description" : " The ShellHacks CLI π" ,
55 "main" : " cli.js" ,
66 "scripts" : {
You canβt perform that action at this time.
0 commit comments