macro_rules! prompt_args {
    ( $($key:expr => $value:expr),* $(,)? ) => { ... };
}