mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 18:56:51 +08:00
c2f6c6c1d2
darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz
9 lines
252 B
Fish
9 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")
|