Hi, I don't know the proper place to ask this,
When I do `multichain-util create some-chain-name....`, even if it fails because of reasons like existing chain-names, and it says "ERROR: Blockchain parameter set was not generated.", its exit status is 0.
I see this when I do `multichain-util clone not-existing-chain-name` or `multichaind not-existing-chain-name` too.
I'm just curious: shouldn't this be exit code 1 or so? And also the stderr output could be used, I think.
Or am I missing existences of any other fatal errors that uses stderr and exit statuses > 0 ?
I can see that doing things like `multichain-cli chain-name close` returns an exit status 89, saying "error: {"code":-32601,"message":"Method not found"}" in the stderr, as expected.
multichain version: 1.0 alpha 18