Aaron Lippold
Aaron Lippold
we may want to also look at the spunk-sdk for javascript for heimdall splunk interface? I think we are using this already right?
Also, can we double check that these libs support treeshaking ...
i would prefer we use a more standard naming convention like `--with-raw`
or perhaps more simply `--raw` but perhaps `--with-raw` is better.
use standard exit 1 for failure and exit 0 for success
https://tldp.org/LDP/abs/html/exitcodes.html
we should likely support these so we are gnu compliant https://tldp.org/LDP/abs/html/exitcodes.html
and should find the same table for windows codes This can be if needed a secondary PR
https://oclif.io/docs/commands
I am surprised oclif doesn't have this templated out already