pub fn resolve_path(args: &[String], env: Option<String>) -> PathBuf
Resolve the config path by precedence: CLI flag > env var > default. args are the process args WITHOUT the program name; env is WAF_CONFIG.
args
env
WAF_CONFIG