Trait rapid_cli::commands::RapidCommand
source · pub trait RapidCommand {
// Required methods
fn cmd() -> Command;
fn execute(_: &Config, _: &ArgMatches) -> Result<(), CliError<'static>>;
}pub trait RapidCommand {
// Required methods
fn cmd() -> Command;
fn execute(_: &Config, _: &ArgMatches) -> Result<(), CliError<'static>>;
}