pub fn split_pipeline(input: &str) -> Result<Vec<StageSegment>, LexerError>Expand description
Split a full command | stage | stage string while respecting quotes.
pub fn split_pipeline(input: &str) -> Result<Vec<StageSegment>, LexerError>Split a full command | stage | stage string while respecting quotes.