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).
pub fn parse_rule_entry(entry: &str) -> Option<ImportedRule>Parse a single Claude permissions entry string.
Format: ToolName (allow all) or ToolName(arg1, arg2) (allow only
when the request fields contain those substrings).