Skip to content

Commit

Permalink
fix(docs): document none option (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr authored Jun 21, 2024
1 parent 2b59b4a commit eed0906
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ The `options` parameter can be used to configure the reasoning process. The foll
- `deductive_closure`: output deductive closure, a.k.a `--pass`
- `deductive_closure_plus_rules`: output deductive closure plus rules, a.k.a `--pass-all`
- `grounded_deductive_closure_plus_rules`: ground the rules and output deductive closure plus rules, a.k.a `--pass-all-ground`
- `none`: provides no `-pass-*` arguments to eye, often used when doing RDF Surface reasoning
- `outputType`: The type of output (if different from the input)
- `string`: output as string
- `quads`: output as array of RDF/JS Quads
Expand Down

0 comments on commit eed0906

Please sign in to comment.