feat: add yajsv completion

This commit is contained in:
EmilyGraceSeville7cf 2024-08-14 00:22:34 +10:00 committed by Peter Ammon
parent 04a4e5c4e7
commit 0954ec2596
No known key found for this signature in database

View File

@ -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"