Skip to content

Commit c729c6c

Browse files
committed
fix(cli): fix output option type
1 parent 8891f5c commit c729c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ yargs
7979
yargs.option('o', {
8080
describe: 'Output file',
8181
alias: 'output',
82-
type: 'number',
82+
type: 'string',
8383
default: 'redoc-static.html',
8484
});
8585

0 commit comments

Comments
 (0)