Macro rust_shell::cmd
source · macro_rules! cmd {
($format:expr) => { ... };
($format:expr, $($arg:expr),+) => { ... };
}
Expand description
Creates a new commadn from format
and args
macro_rules! cmd {
($format:expr) => { ... };
($format:expr, $($arg:expr),+) => { ... };
}
Creates a new commadn from format
and args