pub fn is_parse_time_assignment(argument: &str) -> boolExpand description
Returns whether an argv token has the parse-time name=value form.
The identifier grammar is deliberately ASCII and matches tmux’s command parser: a letter or underscore followed by letters, digits, or underscores.