aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/tee.fish
blob: 5224a6d65ff47e56dc8b2e842b6cc556b337450e (plain)
1
2
3
4
complete -c tee -s a -l append              -d 'append to the given FILEs, do not overwrite'
complete -c tee -s i -l ignore-interrupts   -d 'ignore interrupt signals'
complete -c tee -l help     -d 'display this help and exit'
complete -c tee -l version  -d 'output version information and exit'