macro_rules! impl_from_to_str_cmd {
    ($enum:ident, ($($attribute:ident => $str:expr),*)) => { ... };
}