Updated default name and params
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
committed by
Renan Mendes Carvalho
parent
591dc81ff8
commit
c9758fe81e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user