fix(pkg/techdocs-cli): specify new opt
Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
@@ -289,6 +289,10 @@ export function registerCommands(program: Command) {
|
||||
'-c, --mkdocs-config-file-name <FILENAME>',
|
||||
'Mkdocs config file name',
|
||||
)
|
||||
.option(
|
||||
'--mkdocs-configs',
|
||||
'Additional parameters to pass to containerized mkdocs',
|
||||
)
|
||||
.hook('preAction', command => {
|
||||
if (
|
||||
command.opts().previewAppPort !== defaultPreviewAppPort &&
|
||||
|
||||
Reference in New Issue
Block a user