Updated default name and params

Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2023-01-10 14:16:53 -06:00
committed by Renan Mendes Carvalho
parent 591dc81ff8
commit c9758fe81e
3 changed files with 10 additions and 11 deletions
+3 -3
View File
@@ -57,7 +57,7 @@ export function registerCommands(program: Command) {
.option(
'--site-name',
'Name for site when using default MkDocs config',
'Table of Contents',
'Documentation Site',
)
.option('-v --verbose', 'Enable verbose output.', false)
.option(
@@ -232,7 +232,7 @@ export function registerCommands(program: Command) {
.option(
'--site-name',
'Name for site when using default MkDocs config',
'Table of Contents',
'Documentation Site',
)
.option('-p, --port <PORT>', 'Port to serve documentation locally', '8000')
.option('-v --verbose', 'Enable verbose output.', false)
@@ -263,7 +263,7 @@ export function registerCommands(program: Command) {
.option(
'--site-name',
'Name for site when using default MkDocs config',
'Table of Contents',
'Documentation Site',
)
.option('--mkdocs-port <PORT>', 'Port for MkDocs server to use', '8000')
.option('-v --verbose', 'Enable verbose output.', false)