Skip to content

Commit a313412

Browse files
committed
fix: travis-ci
1 parent cd03eeb commit a313412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/docsify

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ var argv = require('yargs')
7474
desc: chalk.gray(y18n.__('completion')),
7575
builder: {},
7676
handler: (argv) => {
77-
yargs.showCompletionScript().argv
77+
argv.showCompletionScript()
7878
}
7979
})
8080
.help()

0 commit comments

Comments
 (0)