Macro command_macro::command [] [src]

macro_rules! command {
    (cd: $cd:expr, $($args:tt)*) => { ... };
    (env: $name:ident = $value:expr, $($args:tt)*) => { ... };
    ($fmt:expr ,*) => { ... };
    ($fmt:expr, $( $id:ident = $value:expr ,)*) => { ... };
}