mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-15 01:23:51 +08:00
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"
|