Skip to content

Commit

Permalink
Fixed -dl
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislavcore committed Aug 31, 2024
1 parent 41e6481 commit 6e4f582
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bin/txms
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ function parseArgs(argv) {
args.kind = 'mms';
args.phoneNumbers = value;
break;
case '-dl':
args.download = true;
break;
case '-o':
args.output = value;
break;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "txms.js",
"version": "1.2.10",
"version": "1.3.0",
"description": "Transaction messaging service protocol",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 6e4f582

Please sign in to comment.