parse_keyword

Function parse_keyword 

Source
pub fn parse_keyword(
    working_set: &mut StateWorkingSet<'_>,
    lite_command: &LiteCommand,
) -> Pipeline
Expand description

This is a new more compact method of calling parse_xxx() functions without repeating the parse_call() in each function. Remaining keywords can be moved here.