Skip to main content

parse_fields_arg

Function parse_fields_arg 

Source
pub fn parse_fields_arg(raw: &str) -> Vec<String>
Expand description

Parse the comma-separated --fields value into a list of dotted paths. Whitespace around each entry is trimmed; empty entries are dropped.