We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee774ed commit 8340797Copy full SHA for 8340797
packages/@vuepress/cli/src/cli.ts
@@ -38,8 +38,8 @@ export const cli = (): void => {
38
.command('dev [sourceDir]', 'Start development server')
39
.option('-c, --config <config>', 'Set path to config file')
40
.option('-p, --port <port>', 'Use specified port (default: 8080)')
41
- .option('-h, --host <host>', 'Use specified host (default: 0.0.0.0)')
42
.option('-t, --temp <temp>', 'Set the directory of the temporary files')
+ .option('--host <host>', 'Use specified host (default: 0.0.0.0)')
43
.option('--cache <cache>', 'Set the directory of the cache files')
44
.option('--clean-cache', 'Clean the cache before dev')
45
.option('--open', 'Open browser when ready')
0 commit comments