pub fn lower_env_assignment(args: Vec<Arg>) -> ParseResult<StepKind>Expand description
Canonical lower_command entry for direct callers holding one pre-joined
KEY=value token. Script parsing never reaches this — the grammar splits
assignments on raw spans first (see lower_env_command in parser.rs).