summaryrefslogtreecommitdiff
path: root/src/systemd-cgls/systemd-cgls.completion.zsh
blob: c8f93fa7322af9cd1bc1a095c08776e502ac4c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#compdef systemd-cgls

local curcontext="$curcontext" state lstate line
_arguments \
    {-h,--help}'[Show this help]' \
    '--version[Show package version]' \
    '--no-pager[Do not pipe output into a pager]' \
    {-a,--all}'[Show all groups, including empty]' \
    '-k[Include kernel threads in output]' \
    ':cgroups:(cpuset cpu cpuacct memory devices freezer blkio)'

#vim: set ft=zsh sw=4 ts=4 et