pub fn resolve(quiet: bool, verbose: bool) -> LevelExpand description
Resolve the two flags into one level.
--quiet wins over --verbose: the pair used to be accepted with no
error and no effect at all, so some rule is needed, and silencing is
the safer of the two for anything reading the stream.