Skip to main content

is_parse_time_assignment

Function is_parse_time_assignment 

Source
pub fn is_parse_time_assignment(argument: &str) -> bool
Expand 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.