Function nu_parser::parse_keyword

source ·
pub fn parse_keyword(
    working_set: &mut StateWorkingSet<'_>,
    lite_command: &LiteCommand,
    is_subexpression: bool
) -> 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.