Skip to content

Commit

Permalink
feat: hide extra info for options
Browse files Browse the repository at this point in the history
  • Loading branch information
line-o committed Feb 17, 2023
1 parent d92f569 commit 5f7ab6c
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 @@ -58,6 +58,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 5f7ab6c

Please sign in to comment.