pub trait CommandCli: StructOpt + Send {
    fn workdir(&self) -> Option<PathBuf>;
    fn command(&self) -> &Command;
}

Required Methods§

Implementors§