diff --git a/Definition-format.md b/Definition-format.md index bb8aa5a..a44d1b0 100644 --- a/Definition-format.md +++ b/Definition-format.md @@ -20,7 +20,7 @@ The following npm packages are required `ajv-cli-servarr ajv-formats`. These can be installed globally on your system with `npm install -g ajv-cli-servarr ajv-formats`. ## Usage -`ajv test -d "src\Jackett.Common\Definitions\.yml" -s "src\Jackett.Common\Definitions\schema.json" --valid --all-errors -c ajv-formats --spec=draft2019` +`ajv test -d "src\Jackett.Common\Definitions\.yml" -s "src\Jackett.Common\Definitions\schema.json" --valid --all-errors -c ajv-formats --spec=draft2019` where `` supports masking with an asterisk, for example `hd*` to scan all indexers beginning with `hd` ## Credit The Prowlarr team