blob: 55b7db74d5e0fcb2fc23659a8c4850a4e0e6b9e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#compdef gstat
_arguments -s -w : \
'-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' \
'-p[only display physical providers]'
|