2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-19 16:34:24 +00:00
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'