zsh-workers
 help / color / mirror / code / Atom feed
b29cc35ee047b5f93c77510b3a04186ed319de5f blob 263 bytes (raw)

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

local variant ret=1
if _pick_variant -r variant apple='OVERVIEW: Swift compiler' openstack --help; then
  case $variant in
    apple)
      _call_function ret _default;;
    openstack)
      _call_function ret _openstack;;
  esac

  return ret
fi
debug log:

solving b29cc35 ...
found b29cc35 in https://inbox.vuxu.org/zsh-workers/467fa14f-b097-f21d-ef84-0b1459b835a6@gmx.com/

applying [1/1] https://inbox.vuxu.org/zsh-workers/467fa14f-b097-f21d-ef84-0b1459b835a6@gmx.com/
diff --git a/Completion/Unix/Command/_swift b/Completion/Unix/Command/_swift
new file mode 100644
index 0000000..b29cc35

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

index at:
100644 b29cc35ee047b5f93c77510b3a04186ed319de5f	Completion/Unix/Command/_swift

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