stynx-code-permission 3.4.0

Interactive terminal permission checker
Documentation
1
2
3
4
5
pub mod check_permission;
pub mod pattern_matcher;

pub use check_permission::{format_permission_prompt, permission_title};
pub use pattern_matcher::{PermissionRule, parse_rule, rule_matches};