Skip to content

Commit

Permalink
feat(utxo-bin): use strict mode
Browse files Browse the repository at this point in the history
Invalid commands produce an error message now.

Issue: BTC-428
  • Loading branch information
OttoAllmendinger committed Oct 25, 2023
1 parent da8021a commit 45f6543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/utxo-bin/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ yargs
.command(cmdGenerateAddress)
.demandCommand()
.help()
.strict()
.parse();

0 comments on commit 45f6543

Please sign in to comment.