mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 18:43:51 +08:00
34e27ff4c2
darcs-hash:20070116011828-ac50b-fb923dc877869ded4d506bbe0bc5364eea44092f.gz
9 lines
275 B
Fish
9 lines
275 B
Fish
#
|
|
# Completion for sudo
|
|
#
|
|
|
|
complete -c sudo --description "Command to run" -x -a '(__fish_complete_subcommand_root)'
|
|
|
|
complete -c sudo -s h -n "__fish_no_arguments" --description "Display help and exit"
|
|
complete -c sudo -s v -n "__fish_no_arguments" --description "Validate"
|