We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246ef8d commit 0ecd099Copy full SHA for 0ecd099
packages/@vuepress/cli/index.js
@@ -41,6 +41,7 @@ exports.bootstrap = function ({
41
42
cli
43
.command('dev [targetDir]', 'start development server')
44
+ .allowUnknownOptions()
45
.option('-p, --port <port>', 'use specified port (default: 8080)')
46
.option('-t, --temp <temp>', 'set the directory of the temporary file')
47
.option('-c, --cache [cache]', 'set the directory of cache')
@@ -73,6 +74,7 @@ exports.bootstrap = function ({
73
74
75
76
.command('build [targetDir]', 'build dir as static site')
77
78
.option('-d, --dest <dest>', 'specify build output dir (default: .vuepress/dist)')
79
80
0 commit comments