Your IP : 216.73.216.74


Current Path : /usr/share/zsh/5.5.1/functions/
Upload File :
Current File : //usr/share/zsh/5.5.1/functions/_ptree

#compdef ptree

_arguments -s \
  '-a[all processes]' \
  '-c[show contract memberships]' \
  '-z[show processes in zone]:zone:_zones' \
  '*: : _alternative "users:logged-in user:_users_on" "pids:pid:_pids"'