Skip to content

Commit 1d7294b

Browse files
committed
wip
1 parent 3ba099f commit 1d7294b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ import sniff from "./src/sniff.ts";
99
import shell_escape from "./src/shell-escape.ts";
1010

1111
switch (Deno.args[0]) {
12-
case "--help":
12+
case "--help": {
1313
const status = await new Deno.Command("pkgx", {
1414
args: ["gh", "repo", "view", "pkgxdev/dev"],
1515
}).spawn().status;
1616
Deno.exit(status.code);
1717
break; // deno lint insists
18+
}
1819
case "--shellcode":
1920
console.log(shellcode());
2021
Deno.exit(0);

0 commit comments

Comments
 (0)