fish-shell/share/completions/tee.fish

5 lines
296 B
Fish
Raw Normal View History

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'