zsh-workers
 help / color / mirror / code / Atom feed
d432aa9525874f04f04edb2096cfe70202236116 blob 363 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#compdef zsh

_arguments -S -s : \
  '*-o+[set named option]:option:_options' \
  '*+o+[unset named option]:option:_options' \
  '(1 -s --shinstdin)'{-s,--shinstdin}'[read commands from standard input]' \
  '(-)-b[end of option processing, like --]' \
  '(1 -)-c[run a command]:command:_cmdstring' \
  '(-)1:script file:_files' \
  '*:script arguments:_files' --
debug log:

solving d432aa9 ...
found d432aa9 in https://inbox.vuxu.org/zsh-workers/5AB853BF-EBC6-4F61-BDBC-66604DCE926B@kba.biglobe.ne.jp/
found 3b6d7ad in https://git.vuxu.org/mirror/zsh/
preparing index
index prepared:
100644 3b6d7ad4f461b002d8a9eb0b6a6bee18ad8ec3cb	Completion/Unix/Command/_zsh

applying [1/1] https://inbox.vuxu.org/zsh-workers/5AB853BF-EBC6-4F61-BDBC-66604DCE926B@kba.biglobe.ne.jp/
diff --git a/Completion/Unix/Command/_zsh b/Completion/Unix/Command/_zsh
index 3b6d7ad..d432aa9 100644

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

index at:
100644 d432aa9525874f04f04edb2096cfe70202236116	Completion/Unix/Command/_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).