Macro commandspec::shell_sh [] [src]

macro_rules! shell_sh {
    ($fmt:expr) => { ... };
    ($fmt:expr ,*) => { ... };
    ($fmt:expr, $( $id:ident = $value:expr ,)*) => { ... };
}