mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 11:59:27 +08:00
feat: add yajsv completion
This commit is contained in:
parent
04a4e5c4e7
commit
0954ec2596
8
share/completions/yajsv.fish
Normal file
8
share/completions/yajsv.fish
Normal 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"
|
Loading…
Reference in New Issue
Block a user