mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-14 19:30:42 +01:00
399 B
399 B
Go-swagger plugin
This plugin adds completion for go-swagger.
To use it, add go-swagger to the plugins array in your zshrc file:
plugins=(... go-swagger)
Origins
This autocompletion plugins is taken from official go-swagger repo.