]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blobdiff - vendor/github.com/posener/complete/readme.md
Upgrade to 0.12
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / posener / complete / readme.md
index 74077e3570bd6f5e6a690a55e14da4cadcaaebf0..6d757ef82e6e6af8ad093e79ea3471b1884e1661 100644 (file)
@@ -1,12 +1,13 @@
 # complete
 
+A tool for bash writing bash completion in go, and bash completion for the go command line.
+
 [![Build Status](https://travis-ci.org/posener/complete.svg?branch=master)](https://travis-ci.org/posener/complete)
 [![codecov](https://codecov.io/gh/posener/complete/branch/master/graph/badge.svg)](https://codecov.io/gh/posener/complete)
+[![golangci](https://golangci.com/badges/github.com/posener/complete.svg)](https://golangci.com/r/github.com/posener/complete)
 [![GoDoc](https://godoc.org/github.com/posener/complete?status.svg)](http://godoc.org/github.com/posener/complete)
 [![Go Report Card](https://goreportcard.com/badge/github.com/posener/complete)](https://goreportcard.com/report/github.com/posener/complete)
 
-A tool for bash writing bash completion in go.
-
 Writing bash completion scripts is a hard work. This package provides an easy way
 to create bash completion scripts for any command, and also an easy way to install/uninstall
 the completion of the command.
@@ -42,6 +43,7 @@ Supported shells:
 
 - [x] bash
 - [x] zsh
+- [x] fish
 
 ### Usage