We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df99cb6 commit 2a6d896Copy full SHA for 2a6d896
packages/@vuepress/cli/index.js
@@ -77,7 +77,7 @@ exports.bootstrap = function ({
77
.option('--no-cache', 'clean the cache before build')
78
.option('--debug', 'build in development mode for debugging')
79
.option('--silent', 'build static site in silent mode')
80
- .action((sourceDir, {
+ .action((sourceDir = '.', {
81
debug,
82
dest,
83
temp,
0 commit comments