Skip to main content

read_region_value

Function read_region_value 

Source
pub fn read_region_value(raw: &str) -> Result<String>
Expand description

Resolve one CLI region-flag value: @path reads (and trims) that file’s contents; anything else is literal text. Unlike --task, the @ is an explicit file marker, so a missing @file is an error (the user meant a file), not a literal fallback.