pub fn global_flags_from_matches(
matches: &ArgMatches,
default_format: &str,
) -> GlobalFlagsExpand description
Extracts framework-global flags from parsed clap matches, falling back to
default_format when the user gave no explicit output format.