about summary refs log tree commit diff
path: root/Completion/BSD/Command/_gstat
blob: c60e54422f87389dedfe36da0f419aaf897254f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#compdef gstat

_arguments -s : \
  '-a[only display providers that are at least 0.1% busy]' \
  '(-B)-b[batch mode]' \
  '(-b)-B[endless 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]' \
  "-s[enable blocks' size statistics]" \
  '-I+[display refresh rate]:interval (ms)' \
  '-p[only display physical providers]'