Trait uucore::error::UClapError
source · pub trait UClapError<T> {
// Required method
fn with_exit_code(self, code: i32) -> T;
}Expand description
Extension trait for clap::Error to adjust the exit code.
pub trait UClapError<T> {
// Required method
fn with_exit_code(self, code: i32) -> T;
}Extension trait for clap::Error to adjust the exit code.