We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e6481 commit 6e4f582Copy full SHA for 6e4f582
bin/txms
@@ -99,6 +99,9 @@ function parseArgs(argv) {
99
args.kind = 'mms';
100
args.phoneNumbers = value;
101
break;
102
+ case '-dl':
103
+ args.download = true;
104
+ break;
105
case '-o':
106
args.output = value;
107
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "txms.js",
3
- "version": "1.2.10",
+ "version": "1.3.0",
4
"description": "Transaction messaging service protocol",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments