Skip to main content

parse_array

Function parse_array 

Source
pub fn parse_array(text: &str) -> Result<Vec<String>, ParseError>
Expand description

One bash array literal as its words: ('a' 'b c')["a", "b c"].

Codec-independent — at one dimension QuotedNest and LinkedArr write the same text, so there is nothing to choose. Deeper values go through BashCodec, where the choice is real.