#[derive(FlattenSubcommand)]Expand description
A helper derive proc macro to flatten multiple subcommand enums into one Note that it is unable to check for duplicate commands and they will be tried in order of declaration
#[derive(FlattenSubcommand)]A helper derive proc macro to flatten multiple subcommand enums into one Note that it is unable to check for duplicate commands and they will be tried in order of declaration