macro_rules! wrap_subcommands {
($name:ty) => { ... };
}
Expand description
Macro to generate wrappers for subcommand enums.
This is for subcommands that only exist to contain further subcommands, to make it easier to implement their wrapper classes.