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