Skip to main content

resolve

Function resolve 

Source
pub fn resolve(quiet: bool, verbose: bool) -> Level
Expand 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.