From 7697a2bb81745546a4d345aa2280aff9d76515bf Mon Sep 17 00:00:00 2001 From: kevin zhao Date: Thu, 13 Nov 2025 15:05:02 -0500 Subject: [PATCH] update readme --- codex-rs/execpolicy2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/execpolicy2/README.md b/codex-rs/execpolicy2/README.md index aafe1a85e7..ac2535e75f 100644 --- a/codex-rs/execpolicy2/README.md +++ b/codex-rs/execpolicy2/README.md @@ -47,7 +47,7 @@ prefix_rule( ## CLI - Provide a policy file (for example `src/default.codexpolicy`) to check a command: ```bash -cargo run -p codex-execpolicy2 -- --policy path/to/policy.codexpolicy check git status +cargo run -p codex-execpolicy2 -- check --policy path/to/policy.codexpolicy git status ``` - Example outcomes: - Match: `{"match": { ... "decision": "allow" ... }}`