mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-01-09 12:03:10 +01:00
Add go-swagger autocompletion
This commit is contained in:
13
plugins/go-swagger/README.md
Normal file
13
plugins/go-swagger/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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).
|
||||
Reference in New Issue
Block a user