pub trait SubCommand {
    fn set_subcmd(&mut self, subcmd: String);
}
Expand description

setter subcmd of conf

Required Methods

Implementors