Skip to main content

has_node_option

Function has_node_option 

Source
pub fn has_node_option(flag: &str) -> bool
Expand description

Check if NODE_OPTIONS contains a specific flag. Splits on whitespace and checks for exact match to avoid false positives.