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

5 lines
262 B
Fish
Raw Normal View History

2023-02-13 10:30:46 -05:00
complete -c sync -s d -l data -d 'sync only file data, no unneeded metadata'
complete -c sync -s f -l file-system -d 'sync the file systems that contain the files'
complete -c sync -s h -l help -d 'Print help'
complete -c sync -s V -l version -d 'Print version'