Trait mit_commit_message_lints::mit::AuthorArgs

source ·
pub trait AuthorArgs {
    // Required methods
    fn author_command(&self) -> Option<&str>;
    fn author_file(&self) -> Option<&str>;
}
Expand description

From a cli args, get the author configuration

Required Methods§

source

fn author_command(&self) -> Option<&str>

Get the command to run to generate the authors file

source

fn author_file(&self) -> Option<&str>

Get path to author file

Implementors§