From 9dcd3cb43a15c9792bd7a3b54be1713abab954d7 Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Sun, 15 Sep 2024 23:03:39 +0200 Subject: [PATCH] docs: on --shapes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 459d524..9d7b6c6 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ npx shacl-test \ Only the `--shapes` option is required. The rest are optional. +`--shapes` can be a filesystem path or URL and include [`code:imports`](https://github.com/zazuko/rdf-transform-graph-imports). + `--valid-cases` and `--invalid-cases` are globs that match the test cases. Make sure to put them in quotes to avoid shell expansion.