mirror of
https://github.com/openai/codex.git
synced 2026-04-30 03:12:20 +03:00
cleanup and prettify
This commit is contained in:
@@ -54,5 +54,5 @@ cargo run -p codex-execpolicy2 -- check git status
|
||||
cargo run -p codex-execpolicy2 -- --policy path/to/policy.codexpolicy check git status
|
||||
```
|
||||
- Example outcomes:
|
||||
- Match: `{"Match": { ... "decision": "allow" ... }}`
|
||||
- No match: `"NoMatch"`
|
||||
- Match: `{"match": { ... "decision": "allow" ... }}`
|
||||
- No match: `"noMatch"`
|
||||
|
||||
Reference in New Issue
Block a user