zsh-workers
 help / color / mirror / code / Atom feed
26571aa2a6d52c695bfb74fdffa3d159ddbe1c7f blob 1227 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
 
#compdef signify

_arguments -s -S -A "-*" : \
  - checksum \
  '-C[verify a signed checksum list and the checksum for each file]' \
  '-p[public key]:public key:_files' \
  '-q[quiet mode]' \
  '-x[signature file]:signature file:_files' \
  '*:file:_files' \
  - generate \
  '-G[generate a new key pair]' \
  '-c[specify comment]:comment:' \
  '-n[do not ask for passphrase]' \
  '-p[public key]:public key:_files' \
  '-s[secret key]:secret key:_files' \
  - sign \
  '-S[sign a message and create a signature]' \
  '-e[embed the message after the signature]' \
  '-m[file containing message]:message file:_files' \
  '-s[secret key]:secret key:_files' \
  '-x[signature file]:signature file:_files' \
  '-z[embed signature in gzip header]' \
  - verify \
  '-V[verify the message and signature match]' \
  '-e[extract the message from the signature]' \
  '-m[file containing message to verify or destination to extract]:message file:_files' \
  '-p[public key]:public key:_files' \
  '-q[quiet mode]' \
  '-t[restrict verification to specified key type]:key type:((base\:"base sets" fw\:firmware pkg\:packages syspatch\:syspatches))' \
  '-x[signature file]:signature file:_files' \
  '-z[verify signature in gzip header]'
debug log:

solving 26571aa2a ...
found 26571aa2a in https://git.vuxu.org/mirror/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).