pub fn load_patterns_from_file<P: AsRef<Path>>( path: P, ) -> Result<Vec<ToolPattern>>
Load patterns from a custom TOML file
Returns an error if the file cannot be read or parsed