mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-15 18:32:46 +08:00
9 lines
249 B
Fish
9 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")
|