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 1e93b0c commit b46a707Copy full SHA for b46a707
bin/docsify
@@ -19,6 +19,8 @@ require("yargonaut")
19
20
const yargs = require("yargs")
21
.demandCommand(1, chalk.red("[ERROR] 0 arguments passed. Please specify a command"))
22
+ .strict()
23
+ .recommendCommands()
24
.usage(chalk.bold(y18n.__("usage") + ": docsify <init|serve> <path>"))
25
.command({
26
command: "init [path]",
0 commit comments