Trait cli_core::Options

source ·
pub trait Options {
    fn debug(&self) -> bool { ... }
    fn verbose(&self) -> bool { ... }
    fn color(&self) -> &ColorOption { ... }
}

Provided Methods§

Implementors§