diff --git a/bin/txms b/bin/txms index c2b1f4a..f1956c7 100644 --- a/bin/txms +++ b/bin/txms @@ -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; diff --git a/package.json b/package.json index 070467f..b5e45e6 100644 --- a/package.json +++ b/package.json @@ -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",