pub fn parse_pattern<T: FromStr>(
    filename: String,
    pattern_key: String,
    section_key: &str
) -> Option<Vec<T>>
Expand description

Try to read $HOME/.config/below/belowrc file and generate a list of keys which will be used as fields. Any errors happen in this function will directly trigger a panic.