Struct cli::types::CommandSpec [−][src]
Expand description
Command info
Fields
command: String
The command to execute
args: Option<Vec<String>>
The command args
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CommandSpec
impl Send for CommandSpec
impl Sync for CommandSpec
impl Unpin for CommandSpec
impl UnwindSafe for CommandSpec