pub fn parse_or<T>(key: &str, default: T) -> Twhere T: FromStr,
Parse an integer/bool/string knob, falling back to default.
default