From f330e9d53bae7fd1914759d4d7aeb1a22e38ffd3 Mon Sep 17 00:00:00 2001 From: garfield69 Date: Tue, 21 Mar 2023 20:54:07 +1300 Subject: [PATCH] Updated Definition format (markdown) --- Definition-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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