Trait ya_runtime_sdk::cli::CommandCli[][src]

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

Required methods

Implementors