macro_rules! generate_completions {
    ( $( ( $shell:ident, $filename:expr ) ),* ) => { ... };
}