Skip to main content

parse_rule_entry

Function parse_rule_entry 

Source
pub fn parse_rule_entry(entry: &str) -> Option<ImportedRule>
Expand description

Parse a single Claude permissions entry string.

Format: ToolName (allow all) or ToolName(arg1, arg2) (allow only when the request fields contain those substrings).