We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35eb4f2 commit 9aafaf5Copy full SHA for 9aafaf5
packages/@vuepress/cli/index.js
@@ -40,9 +40,9 @@ exports.bootstrap = function ({
40
cli
41
.command('dev [targetDir]', 'start development server')
42
.option('-p, --port [port]', 'use specified port (default: 8080)')
43
- .option('-h, --host [host]', 'use specified host (default: 0.0.0.0)')
44
.option('-t, --temp [temp]', 'set the directory of the temporary file')
45
.option('-c, --cache [cache]', 'set the directory of cache')
+ .option('--host', 'use specified host (default: 0.0.0.0)')
46
.option('--no-cache', 'clean the cache before build')
47
.option('--debug', 'start development server in debug mode')
48
.option('--silent', 'start development server in silent mode')
0 commit comments