macro_rules! get_param { ($name:expr, $default:expr) => { ... }; ($name:expr, $default:expr, $help: expr) => { ... }; }