Skip to content

Commit

Permalink
Merge pull request #89 from line-o/hide-types
Browse files Browse the repository at this point in the history
feat: hide extra info for options
  • Loading branch information
duncdrum authored Oct 6, 2023
2 parents 596f361 + 5f7ab6c commit cc7309e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const parser = yargs(hideBin(process.argv))
.completion('completion', false)
.command(commands)
.demandCommand(1)
.usageConfiguration({ 'hide-types': true })
// .recommendCommands()
.strict(false)
.fail(false)
Expand Down

0 comments on commit cc7309e

Please sign in to comment.