We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d67c3 commit 54567bcCopy full SHA for 54567bc
bin/docsify
@@ -72,6 +72,7 @@ var yargs = require('yargs')
72
.option('help', {
73
alias: 'h',
74
type: 'boolean',
75
+ default: true,
76
desc: chalk.gray(y18n.localized('optionHelpDesc'))
77
})
78
.version('\ndocsify-cli version:\n ' + pkg.version + '\n')
0 commit comments