mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 12:23:09 +00:00
Update go.fish
Fix typo for vet subcommand
This commit is contained in:
parent
d513ace39d
commit
299d803396
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue