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.
macro_rules! check_authors {
($context:ident,$current_command:ident) => { ... };
}Checks context has authors flag. If the context has author flag, show authors and exit.