We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2bd72 commit 7828caaCopy full SHA for 7828caa
1 file changed
README.md
@@ -25,6 +25,8 @@ Usage: relation-graph [options]
25
Print usage and exit
26
--help | -h <bool>
27
Print help message and exit
28
+ --version
29
+ Print release info and exit
30
--ontology-file <string>
31
--output-file <string>
32
--mode <output mode>
@@ -33,6 +35,10 @@ Usage: relation-graph [options]
33
35
--output-subclasses <boolean value>
34
36
--reflexive-subclasses <boolean value>
37
--equivalence-as-subclass <boolean value>
38
+ --output-classes <boolean value>
39
+ --output-individuals <boolean value>
40
+ --disable-owl-nothing <boolean value>
41
+ --verbose <bool>
42
```
43
44
## Build
0 commit comments