macro_rules! cli_error_from { ($( $(#[$meta:meta])* $source:ty => $variant:ident ),+ $(,)?) => { ... }; }