zsh-workers
 help / color / mirror / code / Atom feed
383891fcf30f120d27aacc320767e277f0f73f88 blob 402 bytes (raw)

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

if _pick_variant gnu=Free\ Soft unix --version; then
  _arguments \
    '(--ignore-environment -i)'{-i,--ignore-environment}'[start with empty environment]' \
    '(--unset= -u)'{-u,--unset=}'[remove variable from the environment]:env var to remove:compadd ${(k)parameters[(R)*export*]}' \
    '--help[help]' \
    '--version[version]' \
    '*::arguments: _normal'
else
  _precommand
fi
debug log:

solving 383891f ...
found 383891f in https://inbox.vuxu.org/zsh-workers/1258056819-4409-1-git-send-email-ingmar@exherbo.org/
found 2638186 in https://git.vuxu.org/mirror/zsh/
preparing index
index prepared:
100644 263818627418d8447c0a13cb06f5e632aa186542	Completion/Unix/Command/_env

applying [1/1] https://inbox.vuxu.org/zsh-workers/1258056819-4409-1-git-send-email-ingmar@exherbo.org/
diff --git a/Completion/Unix/Command/_env b/Completion/Unix/Command/_env
index 2638186..383891f 100644

Checking patch Completion/Unix/Command/_env...
Applied patch Completion/Unix/Command/_env cleanly.

index at:
100644 383891fcf30f120d27aacc320767e277f0f73f88	Completion/Unix/Command/_env

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).