macro_rules! tcp_shell_pipe {
    (true, $input:expr, $(, $arg:expr)*) => { ... };
    (false, $program:expr, $(, $arg:expr)*) => { ... };
}