macro_rules! check_copyright {
($context:ident,$current_command:ident) => { ... };
}Expand description
Checks context has license flag. If the context has license flag, show authors and exit.
macro_rules! check_copyright {
($context:ident,$current_command:ident) => { ... };
}Checks context has license flag. If the context has license flag, show authors and exit.