Update readme according to Go doc

This commit is contained in:
Goreadme 2020-04-10 07:36:11 +00:00
parent 95737120ac
commit e6d850dd6b
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
[![Build Status](https://travis-ci.org/posener/complete.svg?branch=master)](https://travis-ci.org/posener/complete) [![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) [![codecov](https://codecov.io/gh/posener/complete/branch/master/graph/badge.svg)](https://codecov.io/gh/posener/complete)
[![GoDoc](https://img.shields.io/badge/pkg.go.dev-doc-blue)](http://pkg.go.dev/github.com/posener/complete)
Package complete is everything for bash completion and Go. Package complete is everything for bash completion and Go.
@ -19,7 +20,7 @@ This package provides:
* Enables an easy way to install/uninstall the completion of the command. * Enables an easy way to install/uninstall the completion of the command.
The library and tools are extensible such that any program can add its one logic, completion types The library and tools are extensible such that any program can add its one logic, completion types
or methologies. See the [documentation](https://pkg.go.dev/github.com/posener/complete/v2?tab=doc). or methologies.
## Go Command Bash Completion ## Go Command Bash Completion