Macro clier::cmd

source ·
macro_rules! cmd {
    ($cmd_name:expr, $desc:expr, $function:expr) => { ... };
    ($cmd_name:expr, $desc:expr, $function:expr, $usage:expr) => { ... };
}
Available on crate feature macros only.
Expand description

Short for generating command with Command::new