shitbox/pkg/usr/share/fish/completions/rev.fish

4 lines
262 B
Fish
Raw Normal View History

2023-02-13 10:30:46 -05:00
complete -c rev -s c -l color -r -f -a "{always ,ansi ,auto ,never }"
complete -c rev -s v -l verbose -d 'Each file is preceded by a header consisting of the string "==> XXX <==" where "XXX" is the name of the file.'
complete -c rev -s h -l help -d 'Print help'