zsh-workers
 help / color / mirror / code / Atom feed
5142def8a2586515ff1ecc184fdef51f46d6cf1a blob 1335 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
 
#compdef wipefs

_arguments -s -S \
  '(H -a --all)'{-a,--all}'[wipe all magic strings]' \
  '(H -b --backup)'{-b,--backup}'[create a signature backup in $HOME]' \
  '(H -f --force)'{-f,--force}'[force erasure]' \
  '(H -i --no-headings -J --json -p --parsable)'{-i,--no-headings}"[don't print headings]" \
  '(H -J --json -i --no-headings -p --parsable)'{-J,--json}'[use JSON output format]' \
  '(H -n --no-act)'{-n,--no-act}'[do everything except the actual write() call]' \
  '(H -o --offset)'{-o+,--offset=}'[specify offset to erase]:offset (bytes)' \
  '(H -O --output)'{-O+,--output=}'[specify columns to display]: : _values -s, "column"
    "uuid[partition/filesystem UUID]"
    "label[filesystem label]"
    "length[magic string length]"
    "type[superblock type]"
    "offset[magic string offset]"
    "usage[type description]"
    "device[block device name]"' \
  '(H -p --parsable -i --no-headings -J --json)'{-p,--parsable}'[print out in parsable instead of printable format]' \
  '(H -q --quiet)'{-q,--quiet}'[suppress output messages]' \
  '(H -t --types)'{-t+,--types=}'[limit the set of filesystem, RAIDs or partition tables]:type:_file_systems' \
  '(H)*:disk device:_files -g "*(-%)" -P / -W /' \
  + '(H)' \
  '(- *)'{-h,--help}'[display help information]' \
  '(- *)'{-V,--version}'[display version information]'
debug log:

solving 5142def8a ...
found 5142def8a 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).