mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-04 09:08:46 +00:00
3d56d7ee32
darcs-hash:20060124230133-ac50b-b6b8685b2c3771ec1699661de88ba45fe47df82d.gz
10 lines
229 B
Fish
10 lines
229 B
Fish
#
|
|
# Completion for sudo
|
|
#
|
|
# Generate a list of commands
|
|
#
|
|
|
|
complete -c sudo -d (_ "Command to run") -x -a "(__fish_complete_commands)"
|
|
|
|
complete -c sudo -s h -d (_ "Display help and exit")
|
|
complete -c sudo -s v -d (_ "Validate")
|