Function nu_parser::parse_keyword

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