Skip to content

Commit

Permalink
fix: --dry-run correct casing
Browse files Browse the repository at this point in the history
  • Loading branch information
simonecorsi committed Jan 31, 2023
1 parent 51495b8 commit 5de9798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dats-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const options: Options = {
help: 'Suppress all console output',
short: 'q',
},
dryRun: {
'dry-run': {
type: 'boolean',
help: 'Metric wont be sent, use for debug',
short: 'd',
Expand Down

0 comments on commit 5de9798

Please sign in to comment.