mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
c2f6c6c1d2
darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz
8 lines
252 B
Fish
8 lines
252 B
Fish
#
|
|
# Completion for sudo
|
|
#
|
|
|
|
complete -c sudo -d (N_ "Command to run") -x -a "(__fish_complete_subcommand)"
|
|
|
|
complete -c sudo -s h -n "__fish_no_arguments" -d (N_ "Display help and exit")
|
|
complete -c sudo -s v -n "__fish_no_arguments" -d (N_ "Validate")
|