use crate::utils::*; use clap::{Args, Parser, Subcommand}; #[derive(Parser, Debug)] #[clap(author, version, about, long_about = None)] pub struct App { #[clap(subcommand)] pub(crate) command: Commands, } #[derive(Subcommand, Debug)] #[clap(override_help = "\ rrm-set Set new configuration values USAGE: rrm set