File: _gstat

package info (click to toggle)
zsh 5.9-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,856 kB
  • sloc: ansic: 108,138; sh: 6,976; makefile: 722; perl: 687; awk: 291; sed: 16
file content (14 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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]' \
  '(-b -B)-C[CSV output mode]' \
  '-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]'