Address feedback so far in MR #1043

* Remove TCP server feature; this area is better served by the
  CyberChef-server project
* Increase required version of commander to one which provides
  `requiredOption()`
* Print the error message that is captured when failing to parse the
  command line

Also use `fs.readFileSync()` to read the recipe file.
This commit is contained in:
David Perry 2020-05-29 11:16:12 -04:00
parent 6805f90e05
commit 50a66c1910
2 changed files with 32 additions and 93 deletions

View file

@ -101,7 +101,7 @@
"bson": "^4.0.3",
"chi-squared": "^1.1.0",
"codepage": "^1.14.0",
"commander": "^2.14.1",
"commander": "^5.1.0",
"core-js": "^3.6.4",
"crypto-api": "^0.8.5",
"crypto-js": "^4.0.0",