Skip to content

Commit 54567bc

Browse files
committed
fix: default print help info
1 parent 51d67c3 commit 54567bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/docsify

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ var yargs = require('yargs')
7272
.option('help', {
7373
alias: 'h',
7474
type: 'boolean',
75+
default: true,
7576
desc: chalk.gray(y18n.localized('optionHelpDesc'))
7677
})
7778
.version('\ndocsify-cli version:\n ' + pkg.version + '\n')

0 commit comments

Comments
 (0)