Macro gen_simple_run_func

Source
macro_rules! gen_simple_run_func {
    ($base_cmd: expr) => { ... };
    () => { ... };
}