command

Macro command 

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