mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-25 10:03:45 +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', {
|
yargs.option('o', {
|
||||||
describe: 'Output file',
|
describe: 'Output file',
|
||||||
alias: 'output',
|
alias: 'output',
|
||||||
type: 'number',
|
type: 'string',
|
||||||
default: 'redoc-static.html',
|
default: 'redoc-static.html',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user