We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pkgm help
1 parent fc35ac8 commit c20cc24Copy full SHA for c20cc24
pkgm.ts
@@ -52,7 +52,7 @@ const parsedArgs = parseArgs(Deno.args, {
52
boolean: ["help", "version", "pin"],
53
});
54
55
-if (parsedArgs.help) {
+if (parsedArgs.help || parsedArgs._[0] == "help") {
56
const { code } = await new Deno.Command("pkgx", {
57
args: [
58
"glow",
0 commit comments