Skip to content

Commit 85340df

Browse files
committed
bug fix 🐞
1 parent 6dc1d70 commit 85340df

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

β€Žcli.jsβ€Ž

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,34 +58,24 @@ if(cli.flags.feedback) {
5858
if(cli.input[0] === 'badges') {
5959
open(badges);
6060
process.exit();
61-
} else {
62-
cli.showHelp();
6361
}
6462

6563
if(cli.input[0] === 'wtp') {
6664
open(wtp);
6765
process.exit();
68-
} else {
69-
cli.showHelp();
7066
}
7167

7268
if(cli.input[0] === 'discord') {
7369
open(discord);
7470
process.exit();
75-
} else {
76-
cli.showHelp();
7771
}
7872

7973
if(cli.input[0] === 'web') {
8074
open(web);
8175
process.exit();
82-
} else {
83-
cli.showHelp();
8476
}
8577

8678
if(cli.input[0] === 'github') {
8779
open(github);
8880
process.exit();
89-
} else {
90-
cli.showHelp();
9181
}

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
Β (0)