Philip
Results
2
comments of
Philip
A note for anyone hitting this, I had this issue when running tests in jest: ``` input is invalid type at Keccak.Object..Keccak.update (node_modules/js-sha3/src/sha3.js:200:19) at Object..exports.generateNamespaceId (node_modules/symbol-sdk/src/core/format/Utilities.ts:130:10) ``` But it works...
I had a look into doing this, starting with looking through the [README](https://github.com/tj/commander.js/#automated-help) of Commander.js and sadly there is no supported way with Commander. One could likely hack it a...