mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Update go.fish
Fix typo for vet subcommand
This commit is contained in:
parent
d513ace39d
commit
299d803396
@ -94,6 +94,7 @@ complete -c go -f -n '__fish_use_subcommand' -a version -d 'print Go version'
|
||||
complete -c go -f -n '__fish_seen_subcommand_from version'
|
||||
|
||||
# vet
|
||||
complete -c vet -n '__fish_use_subcommand' -a vet -d 'vet packages'
|
||||
complete -c go -n '__fish_use_subcommand' -a vet -d 'vet packages'
|
||||
complete -c go -n '__fish_seen_subcommand_from vet' -s n -d "print the command that would be executed"
|
||||
complete -c go -n '__fish_seen_subcommand_from vet' -s x -d "prints commands as they are executed"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user