Trait oclif::CliError[][src]

pub trait CliError: Display + Sized {
    fn color(self) -> Self { ... }
fn code(&self) -> i32 { ... }
fn print(self) -> Result<()> { ... } }

Provided methods

Exit code that should be returned for the error

Implementors