aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/zcat.fish
blob: ef0923d3f57608e47e0794088dbf3bec13e7b30d (plain)
1
2
3
4
5
6
7
8
9
10
complete -c zcat -x -a "(
	__fish_complete_suffix (commandline -ct) .gz 'Compressed file'
	__fish_complete_suffix (commandline -ct) .tgz 'Compressed archive'
)
"
complete -c zcat -s f -l force -d (_ "Overwrite")
complete -c zcat -s h -l help -d (_ "Display help and exit")
complete -c zcat -s L -l license -d (_ "Print license")
complete -c zcat -s V -l version -d (_ "Display version and exit")