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.