Sha256: 771a312f6a0040b418452f37dfa2ddc330c514b16ad7e67fb1712d8f18ebd1e9

Contents?: true

Size: 634 Bytes

Versions: 6

Compression:

Stored size: 634 Bytes

Contents

#compdef dtas-archive

# To the extent possible under law, James Rowe has waived all copyright and
# related or neighboring rights to this example.

_arguments -S \
    "--type=[file type]" \
    "--compression=[compression factor for sox]:select compression:({0..8})" \
    "--jobs=[number of jobs]: :_guard '[0-9]#' value" \
    "--stats[save stats on the file]" \
    "--keep-going[continue after error]" \
    "--dry-run[only print commands, do not run them]" \
    "--repeat=[number of times to check]: :_guard '[0-9]#' value" \
    "--help[display help message]" \
    ":select source:_files" \
    ":select destination:_files"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dtas-0.21.0 examples/zsh-completion/_dtas-archive
dtas-0.20.0 examples/zsh-completion/_dtas-archive
dtas-0.19.0 examples/zsh-completion/_dtas-archive
dtas-0.18.1 examples/zsh-completion/_dtas-archive
dtas-0.18.0 examples/zsh-completion/_dtas-archive
dtas-0.17.0 examples/zsh-completion/_dtas-archive