macro_rules! cmd {
($cmd_name:expr, $desc:expr, $function:expr) => { ... };
}Available on crate feature
macros only.Expand description
Short for generating command with Command::new
macro_rules! cmd {
($cmd_name:expr, $desc:expr, $function:expr) => { ... };
}macros only.Short for generating command with Command::new