Trait sn0int::cmd::Cmd[][src]

pub trait Cmd: StructOpt + Sized {
    fn run(self, rl: &mut Shell<'_>) -> Result<()>;

    fn run_str(rl: &mut Shell<'_>, args: &[String]) -> Result<()> { ... }
}

Required methods

Provided methods

Implementors