Feature description
Can we add a flag that causes the CLI to stop processing when an exception is thrown?
Motivation
When I'm testing application of new patches, I often get exceptions because I wrote the fingerprint incorrectly. It would be convenient to be able to pass a flag to the CLI to quit and cleanup when that happens.
Acknowledgements