macro_rules! check_authors {
    ($context:ident,$current_command:ident) => { ... };
}
Expand description

Checks context has authors flag. If the context has author flag, show authors and exit.