Skip to content

Commit

Permalink
fix: default print help info
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Mar 14, 2017
1 parent 51d67c3 commit 54567bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/docsify
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ var yargs = require('yargs')
.option('help', {
alias: 'h',
type: 'boolean',
default: true,
desc: chalk.gray(y18n.localized('optionHelpDesc'))
})
.version('\ndocsify-cli version:\n ' + pkg.version + '\n')
Expand Down

0 comments on commit 54567bc

Please sign in to comment.