Macro runcommand_with_prompt

Source
macro_rules! runcommand_with_prompt {
    ( $client: expr, $name: expr, $prompt: expr, $args: expr $(, $o: expr, $x: expr )* ) => { ... };
}