pub trait CliArgs {
// Required methods
fn global_opts(&self) -> &GlobalOpts;
fn config(&self) -> &Config;
}Expand description
Trait for getting Command execution context.
pub trait CliArgs {
// Required methods
fn global_opts(&self) -> &GlobalOpts;
fn config(&self) -> &Config;
}Trait for getting Command execution context.