aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/sudo.fish
blob: b497e8bd9a06841d9a6afccfdb6c6388f3022f0c (plain)
1
2
3
4
5
6
7
8
#
# Completion for sudo
#

complete -c sudo -d (N_ "Command to run") -x -a '(__fish_complete_subcommand_root)'

complete -c sudo -s h -n "__fish_no_arguments" -d (N_ "Display help and exit")
complete -c sudo -s v -n "__fish_no_arguments" -d (N_ "Validate")