2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-20 17:04:03 +00:00
fish-shell/share/completions/tee.fish
Fabian Homborg ce245704d7 Reformat completion scripts
These were excluded from style.fish
2019-05-05 12:53:09 +02:00

4 lines
276 B
Fish

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'