Skip to main content

validate_command_with_allowlist

Function validate_command_with_allowlist 

Source
pub fn validate_command_with_allowlist(
    command: &str,
    custom_allowlist: &[String],
) -> Result<()>