From 0954ec2596b413868f1b1fde0a9039855c03f81d Mon Sep 17 00:00:00 2001 From: EmilyGraceSeville7cf Date: Wed, 14 Aug 2024 00:22:34 +1000 Subject: [PATCH] feat: add yajsv completion --- share/completions/yajsv.fish | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 share/completions/yajsv.fish diff --git a/share/completions/yajsv.fish b/share/completions/yajsv.fish new file mode 100644 index 000000000..d18cd2b78 --- /dev/null +++ b/share/completions/yajsv.fish @@ -0,0 +1,8 @@ +complete -c yajsv -s h -l help -d 'Show help' +complete -c yajsv -s v -d 'Show version' + +complete -c yajsv -s b -r -d "Allow BOM in JSON files" +complete -c yajsv -s l -r -d "Validate the JSON documents from newline separated paths and/or globs in a text file" +complete -c yajsv -s q -r -d "Hide everything except errors" +complete -c yajsv -s r -r -d "The referenced schema" +complete -c yajsv -s s -r -d "The JSON schema to validate against"