zsh-workers
 help / color / mirror / code / Atom feed
4dd9c8ad8a0edfee4c22985655879cd0efb061ae blob 383 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
#compdef dropbox

if [[ CURRENT -eq 2 || $words[2] = help ]]; then
    local -a line progs

    _call_program commands command dropbox help |
      while read -A line; do
	if [[ $line[1] = [a-z]## ]]; then
	    progs+=("$line[1]:$line[2,-1]")
	fi
      done

    _describe -t dropbox-commands 'Dropbox command' progs
elif [[ $words[2] = (ls|filestatus|sharelink) ]]; then
 _files
fi
debug log:

solving 4dd9c8ad8 ...
found 4dd9c8ad8 in https://inbox.vuxu.org/zsh-workers/ee24c5f032cd407c4677b670fc297f7152868ed8.camel@ntlworld.com/

applying [1/1] https://inbox.vuxu.org/zsh-workers/ee24c5f032cd407c4677b670fc297f7152868ed8.camel@ntlworld.com/
diff --git a/Completion/Unix/Command/_dropbox b/Completion/Unix/Command/_dropbox
new file mode 100644
index 000000000..4dd9c8ad8

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

index at:
100644 4dd9c8ad8a0edfee4c22985655879cd0efb061ae	Completion/Unix/Command/_dropbox

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