aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/sudo.fish
blob: 1407e746d664b85708152602a0ecca52889bcbe4 (plain)
1
2
3
4
5
6
7
8
#
# 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")