There was an error while loading. Please reload this page.
1 parent b7c7be1 commit 918a40eCopy full SHA for 918a40e
bin/asinit
@@ -4,7 +4,7 @@ const path = require("path");
4
const colors = require("../cli/util/colors");
5
const version = require("../package.json").version;
6
7
-if (process.argv.length < 3) printHelp();
+if (process.argv.length != 3 || process.argv[2] == "--help" || process.argv[2] == "-h") printHelp();
8
9
function printHelp() {
10
console.log([
0 commit comments