fish-shell/share/completions/zcat.fish
axel dcad2ef17b Switch various completions to the simpler format for __fish_complete_suffix
darcs-hash:20070130153435-ac50b-abe42f3f464cb96db062c83084d97ef377a72e80.gz
2007-01-31 01:34:35 +10:00

10 lines
350 B
Fish

complete -c zcat -x -a "(
__fish_complete_suffix .gz
__fish_complete_suffix .tgz
)
"
complete -c zcat -s f -l force --description "Overwrite"
complete -c zcat -s h -l help --description "Display help and exit"
complete -c zcat -s L -l license --description "Print license"
complete -c zcat -s V -l version --description "Display version and exit"