mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
fbe66f54aa
darcs-hash:20060202153151-ac50b-d943052af165dc345366b49a5db413f635a2f28a.gz
8 lines
249 B
Fish
8 lines
249 B
Fish
#
|
|
# Completion for sudo
|
|
#
|
|
|
|
complete -c sudo -d (_ "Command to run") -x -a "(__fish_complete_subcommand)"
|
|
|
|
complete -c sudo -s h -n "__fish_no_arguments" -d (_ "Display help and exit")
|
|
complete -c sudo -s v -n "__fish_no_arguments" -d (_ "Validate")
|