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