mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
ce245704d7
These were excluded from style.fish
4 lines
276 B
Fish
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'
|