Skip to content

Commit

Permalink
feat: update max depth arg type
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidobo committed Oct 27, 2022
1 parent 3c7076f commit aac673a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ require('yargs')
alias: 'max-depth',
demandOption: false,
describe: 'Max depth to represent',
type: 'boolean',
type: 'integer',
});
},
async (argv) => {
Expand Down

0 comments on commit aac673a

Please sign in to comment.