#[derive(Command)]
{
    // Attributes available to this derive:
    #[related]
    #[description]
    #[command]
    #[flag_option]
    #[program]
    #[hide]
    #[subcommands]
    #[positional]
    #[flag]
}