blob: 7baaf0d62d9d03b3ea4e306930bd751104246b11 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#compdef gstat
_arguments -s : \
'-a[only display providers that are at least 0.1% busy]' \
'-b[batch mode]' \
'-c[enable the display geom(4) consumers]' \
'-d[enable the display delete operations]' \
'-f+[filter by regex]:regex' \
'-o[enable the display for other operations]' \
'-I+[display refresh rate]:interval (ms)' \
'-p[only display physical providers]'
|