diff --git a/README.md b/README.md index 6745118..b8895a0 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,34 @@ This will read `somePathOrUrl` with content-type auto-detection and write the re If `--shacl-url` is given, the input will be validated against the given SHACL shape, and the report will be written to the output. Run `rdf-ext` without any arguments to get a full list of supported parameters. +### Help + +``` +Usage: rdf-ext-cli [options] [input] + +Arguments: + input input + +Options: + --input-endpoint input SPARQL endpoint url + --input-query input SPARQL query + --input-type input content type + --shacl-endpoint SHACL SPARQL endpoint url + --shacl-query SHACL SPARQL query + --shacl-type SHACL content type (default: "text/turtle") + --shacl-url SHACL URL + --shacl-debug generate results for successful validations + --shacl-details generate nested result details + --shacl-trace generate results for path traversing + --transform-map-namespace map the given namespaces (default: {"index":{}}) + --transform-skolem-iris map blank nodes to Skolem IRIs + --transform-to-triples set graph to default graph + --output-prefix output prefix (default: {}) + --output-type output content type (default: "text/turtle") + --pretty use pretty print serializer + -h, --help display help for command +``` + ## Examples See the examples folder for some example commands.