Skip to content

Commit

Permalink
feat: Alias h to help.
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenyoung committed Jul 18, 2024
1 parent 25738ea commit 32312a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,5 @@ yargs(hideBin(process.argv))
})
.demandCommand(1, 'Error: specify a command.')
.help()
.alias('h', 'help')
.parse()

0 comments on commit 32312a3

Please sign in to comment.