ArgsCommand

Trait ArgsCommand 

pub trait ArgsCommand {
    // Required method
    fn print_help(&self) -> Result<(), Error>;
}
Expand description

Trait for Args operations to enable mocking in tests

Required Methods§

fn print_help(&self) -> Result<(), Error>

Print help message

Implementors§