mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-25 01:53:44 +03:00
fix(cli): fix output option type
This commit is contained in:
parent
8891f5c97d
commit
c729c6c75b
|
@ -79,7 +79,7 @@ yargs
|
|||
yargs.option('o', {
|
||||
describe: 'Output file',
|
||||
alias: 'output',
|
||||
type: 'number',
|
||||
type: 'string',
|
||||
default: 'redoc-static.html',
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user