More OPA conformant semantics (#62)

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2023-12-11 09:00:06 -08:00
committed by GitHub
parent 8a73b4bef9
commit 73ee18f002
32 changed files with 542 additions and 205 deletions

View File

@@ -142,7 +142,7 @@ enum RegorusCommand {
verbose: bool,
},
/// Parse q Rego policy.
/// Parse a Rego policy.
Parse {
/// Rego policy file.
file: String,