Skip to content

Commit c20cc24

Browse files
committed
allow pkgm help
1 parent fc35ac8 commit c20cc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const parsedArgs = parseArgs(Deno.args, {
5252
boolean: ["help", "version", "pin"],
5353
});
5454

55-
if (parsedArgs.help) {
55+
if (parsedArgs.help || parsedArgs._[0] == "help") {
5656
const { code } = await new Deno.Command("pkgx", {
5757
args: [
5858
"glow",

0 commit comments

Comments
 (0)