Skip to content

Commit

Permalink
fix(cli): fix output option type
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Mar 20, 2018
1 parent 8891f5c commit c729c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ yargs
yargs.option('o', {
describe: 'Output file',
alias: 'output',
type: 'number',
type: 'string',
default: 'redoc-static.html',
});

Expand Down

0 comments on commit c729c6c

Please sign in to comment.