zsh-workers
 help / color / mirror / code / Atom feed
9e361a5bd6ecbe55ac67144cde8f326462019149 blob 395 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
#compdef caffeinate

_arguments -s -S : \
  '-d[prevent display sleep]' \
  '-i[prevent system idle sleep]' \
  '-m[prevent disk idle sleep]' \
  '-s[prevent system sleep (AC power only)]' \
  '-u[declare that user is active]' \
  '(:)-t[specify assertion timeout value]:timeout (seconds)' \
  '(:)-w[wait for specified PID]: :_pids' \
  '(-)1: : _command_names -e' \
  '(-)*::command argument'
debug log:

solving 9e361a5bd ...
found 9e361a5bd in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).