wflinfo: *-completion: add SPDX license identifier
[mesa-waffle.git] / shell-completion / zsh / _wflinfo
bloba8c5c8fc13287c99a0eee75f3a8a19a0d88c3474
1 #compdef wflinfo
3 # SPDX-License-Identifier: BSD-2-Clause
5 # first two are required, the rest optional...
6 _arguments \
7     {-p,--platform}'[Platform type]:platform:((
8         android cgl gbm glx surfaceless_egl sl wayland wgl x11_egl
9     ))' \
10     {-a,--api}'[API type]:api:(gl gles1 gles2 gles3)' \
11     {-V,--version}'[API version]:version:((
12         1.{0..5} 2.{0..1} 3.{0..3} 4.{0..6}
13     ))' \
14     '--profile[OpenGL profile]:profile:(core compat none)' \
15     {-v,--verbose}'[Print more information]' \
16     '--forward-compatible[Create a forward-compatible context]' \
17     '--debug-context[Create a debug context]' \
18     '--robust-context[Create a robust context]' \
19     '--reset-notification[Create a context with reset notification]' \
20     {-f,--format}'[Output format, default original]:format:(original json)' \
21     {-h,--help}'[Print wflinfo usage information]'