pub fn strict_flag(cli: &Cli) -> Option<bool>Expand description
Resolve the explicit --strict / --no-strict flag value the user supplied.
Returns:
Some(true)if--strictwas givenSome(false)if--no-strictwas givenNoneif neither was given (mode resolution falls through to env / argv[0])