zsh-workers
 help / color / mirror / code / Atom feed
b562ce29be32795cab3e0973fa1df0854622f671 blob 946 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
 
#compdef sshfs

local context state state_descr line
typeset -A opt_args

_arguments \
  '-V[version]' \
  '-p:tcp port:' \
  '-C[compression]' \
  '-o:options:->options' \
  '-d[debug]' \
  '-f[foreground]' \
  '-s[disable multithreaded operation]' \
  '-r[mount read-only]' \
  '-h[help]' \
  ':remote directory:_user_at_host -S:' \
  ':mountpoint:_files -/'

if [[ $state == options ]]; then
  _values -s , "sshfs or fuse or mount options" \
    reconnect sshfs_sync no_readahead sshfs_debug \
    'cache=:cache setting:(yes no)' \
    cache_timeout=:seconds: \
    cache_stat_timeout=:seconds: \
    cache_dir_timeout=:seconds: \
    cache_link_timeout=:seconds: \
    'ssh_command=:ssh command:_command_names' \
    directport=:port: \
    'SSHOPT=:ssh option:' \
    default_permissions allow_other allow_root kernel_cache large_read direct_io \
    max_read=:size: \
    hard_remove debug \
    fs_name=:name: \
    use_ino readdir_ino
fi
debug log:

solving b562ce2 ...
found b562ce2 in https://inbox.vuxu.org/zsh-workers/20150811220231.GC1859@tarsus.local2/
found c6a8e10 in https://git.vuxu.org/mirror/zsh/
preparing index
index prepared:
100644 c6a8e102db27c8432e39adc0966f2fc343476159	Completion/Linux/Command/_sshfs

applying [1/1] https://inbox.vuxu.org/zsh-workers/20150811220231.GC1859@tarsus.local2/
diff --git a/Completion/Linux/Command/_sshfs b/Completion/Linux/Command/_sshfs
index c6a8e10..b562ce2 100644

Checking patch Completion/Linux/Command/_sshfs...
Applied patch Completion/Linux/Command/_sshfs cleanly.

index at:
100644 b562ce29be32795cab3e0973fa1df0854622f671	Completion/Linux/Command/_sshfs

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