pub fn parse_bool_flag(raw: Option<&str>, default: bool) -> bool
Parse a human-friendly boolean env flag value.
Accepted truthy values:
1
true
yes
on