mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 01:35:13 +08:00
521d09b6d0
darcs-hash:20060130165150-ac50b-5e2ef3bb0298dd5e1a5d6fbdade314cc73ef36f3.gz
9 lines
199 B
Fish
9 lines
199 B
Fish
#
|
|
# Completion for sudo
|
|
#
|
|
|
|
complete -c sudo -d (_ "Command to run") -x -a "(__fish_complete_subcommand)"
|
|
|
|
complete -c sudo -s h -d (_ "Display help and exit")
|
|
complete -c sudo -s v -d (_ "Validate")
|