Skip to content

Commit 0e7f385

Browse files
fix: Fix README code block compilation for doc tests
Co-authored-by: aider (gemini/gemini-2.5-pro) <[email protected]>
1 parent db664c6 commit 0e7f385

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ It saves this in a local [Oxigraph](https://github.com/oxigraph/oxigraph) databa
4646

4747
Begin by initializing an `ontoenv` workspace in a directory containing some ontology files (Turtle files, etc).
4848

49-
```sh
49+
```ignore
5050
ontoenv init
5151
```
5252

5353
This may take a couple minutes. `ontoenv` searches for all local files defining ontologies, identifies their dependencies, and then recursively pulls in those dependencies, *their* dependencies, and so on. It is possible to adjust which directories `ontoenv` searches for, which files it traverses, and whether it pulls ontologies from the web.
5454

55-
```sh
55+
```ignore
5656
$ ontoenv init -h
5757
Create a new ontology environment
5858
@@ -95,7 +95,7 @@ We refer to the resulting "unified graph" as the *imports closure*.
9595
`ontoenv closure <root ontology name>` computes the imports closure and places it into an `output.ttl` file (or a location of your choice).
9696
There are a several flags one can provide for this process
9797

98-
```sh
98+
```ignore
9999
$ Compute the owl:imports closure of an ontology and write it to a file
100100
101101
Usage: ontoenv closure [OPTIONS] <ONTOLOGY> [DESTINATION]

0 commit comments

Comments
 (0)