pub async fn run_deny( id: &str, always_ask: bool, add_rule: bool, scope: &str, ) -> Result<()>
Deny a pending decision. Writes the response to the file-backed queue so the blocking check process can pick it up.
check