We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd8282 commit 2226057Copy full SHA for 2226057
bin/docsify
@@ -18,6 +18,7 @@ require("yargonaut")
18
.errorsStyle("red.bold");
19
20
const yargs = require("yargs")
21
+ .demandCommand(1, chalk.red("[ERROR] 0 arguments passed. Please specify a command"))
22
.usage(chalk.bold(y18n.__("usage") + ": docsify <init|serve> <path>"))
23
.command({
24
command: "init [path]",
0 commit comments