You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: completions/quick-lint-js.fish
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
complete -c quick-lint-js -l help -d 'Print help message' -f
5
5
complete -c quick-lint-js -l version -d 'Print version information' -f
6
6
complete -c quick-lint-js -l lsp-server -d 'Run quick-lint-js in LSP server mode' -r
7
+
complete -c quick-lint-js -l stdin -d 'Read standard input as a JavaScript file' -r
7
8
complete -c quick-lint-js -l exit-fail-on -d 'Fail with a non-zero exit code if any of these errors are found (default: "all")' -r
8
9
complete -c quick-lint-js -l output-format -d 'Format to print feedback where FORMAT is one of: gnu-like (default if omitted), vim-qflist-json' -xa 'gnu-like vim-qflist-json'
9
10
complete -c quick-lint-js -l vim-file-bufnr -d 'Select a vim buffer for outputting feedback' -r
0 commit comments