From 299d803396c42c0c4773a735e606ceb5316d9128 Mon Sep 17 00:00:00 2001 From: hansstimer Date: Sun, 14 Apr 2013 08:38:39 -0700 Subject: Update go.fish Fix typo for vet subcommand --- share/completions/go.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/completions/go.fish b/share/completions/go.fish index d793efa8..130c0555 100644 --- a/share/completions/go.fish +++ b/share/completions/go.fish @@ -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" + -- cgit v1.2.3