Exit on Error
This crate helps you exit on error with underlying anyhow error handling.
Install
cargo add eoe
Examples
use ;
use ExitOnError;
Err::
.context
.context
.exit_on_error;

use ;
use QuitOnError;
Err::
.context
.quit_on_error;
