macro_rules! check_help {
($($t:tt)*) => { ... };
}Expand description
Checks context has help flag. If the context has help flag, return ShowHelpRequest.
macro_rules! check_help {
($($t:tt)*) => { ... };
}Checks context has help flag. If the context has help flag, return ShowHelpRequest.