pub fn parse_bool_flag(input: &str) -> Result<bool, UpfError>
Parse a UPF logical flag such as T, .T., FALSE, or .FALSE..
T
.T.
FALSE
.FALSE.