We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8cdda commit b1d163eCopy full SHA for b1d163e
completions/rsync
@@ -31,6 +31,27 @@ _rsync()
31
COMPREPLY=($(compgen -W '{1..9}' -- "$cur"))
32
return
33
;;
34
+ --info)
35
+ _comp_delimited , -W '
36
+ backup{,0}
37
+ copy{,0}
38
+ del{,0}
39
+ flist{,0,1,2}
40
+ misc{,0,1,2}
41
+ mount{,0}
42
+ name{,0,1,2}
43
+ nonreg{,0,1}
44
+ progress{,0,1,2}
45
+ remove{,0}
46
+ skip{,0,1,2}
47
+ stats{,0,1,2,3}
48
+ symsafe{,0}
49
+ all{,0,1,2,3,4}
50
+ none
51
+ help
52
+ '
53
+ return
54
+ ;;
55
esac
56
57
$split && return
0 commit comments