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