macro_rules! check_preset_flags {
($cmd:ident$(,)?$ctx:ident$(,)?) => { ... };
}Expand description
Checks context has values of the preset flags.
macro_rules! check_preset_flags {
($cmd:ident$(,)?$ctx:ident$(,)?) => { ... };
}Checks context has values of the preset flags.