1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-12-17 18:10:09 +00:00
ohmyzsh/plugins/go-swagger/README.md

14 lines
399 B
Markdown
Raw Normal View History

2019-10-06 14:08:43 +00:00
# Go-swagger plugin
This plugin adds completion for [go-swagger](https://github.com/go-swagger/go-swagger).
To use it, add `go-swagger` to the plugins array in your zshrc file:
```zsh
plugins=(... go-swagger)
```
## Origins
This autocompletion plugins is taken from official [go-swagger repo](https://github.com/go-swagger/go-swagger/blob/master/cmd/swagger/completion/swagger.zsh-completion).