mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 10:06:58 -04:00
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:
parent
6805f90e05
commit
50a66c1910
2 changed files with 32 additions and 93 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue