Skip to main content

parse_list

Function parse_list 

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

Splits a comma-separated --workspace/BB_WORKSPACE value into slugs: trims whitespace, drops empty segments, and deduplicates while preserving order.