Update go.fish

Fix typo for vet subcommand
This commit is contained in:
hansstimer 2013-04-14 08:38:39 -07:00 committed by ridiculousfish
parent d513ace39d
commit 299d803396

View file

@ -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' complete -c go -f -n '__fish_seen_subcommand_from version'
# vet # 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 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" complete -c go -n '__fish_seen_subcommand_from vet' -s x -d "prints commands as they are executed"