mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
c2f6c6c1d2
darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz
12 lines
754 B
Fish
12 lines
754 B
Fish
|
|
complete -c chgrp -s c -l changes -d (N_ "Output diagnostic for changed files")
|
|
complete -c chgrp -l dereference -d (N_ "Dereferense symbolic links")
|
|
complete -c chgrp -s h -l no-dereference -d (N_ "Do not dereference symbolic links")
|
|
complete -c chgrp -l from -d (N_ "Change from owner/group")
|
|
complete -c chgrp -s f -l silent -d (N_ "Supress errors")
|
|
complete -c chgrp -l reference -d (N_ "Use same owner/group as file") -r
|
|
complete -c chgrp -s R -l recursive -d (N_ "Operate recursively")
|
|
complete -c chgrp -s v -l verbose -d (N_ "Output diagnostic for every file")
|
|
complete -c chgrp -s h -l help -d (N_ "Display help and exit")
|
|
complete -c chgrp -l version -d (N_ "Display version and exit")
|
|
complete -c chgrp -d Group -a "(__fish_complete_groups)"
|