diff options
| author | Eyal Posener <[email protected]> | 2018-01-19 10:59:08 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-01-19 10:59:08 +0200 |
| commit | afdafeec968a1e70c6621f79f6473118ab01bdb8 (patch) | |
| tree | 8be3a7956e6a4e3dd407835216c925cab36d4c5d | |
| parent | 22fe9ceed3cf977d68b29512decde01f6930f171 (diff) | |
update readme
Move description to top, and add go command line completion, so it will appear nicer in google search.
| -rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ # complete +A tool for bash writing bash completion in go, and bash completion for the go command line. + [](https://travis-ci.org/posener/complete) [](https://codecov.io/gh/posener/complete) [](http://godoc.org/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. |
