commit
cdc49b7138
|
@ -1,12 +1,12 @@
|
||||||
# complete
|
# 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://travis-ci.org/posener/complete)
|
||||||
[](https://codecov.io/gh/posener/complete)
|
[](https://codecov.io/gh/posener/complete)
|
||||||
[](http://godoc.org/github.com/posener/complete)
|
[](http://godoc.org/github.com/posener/complete)
|
||||||
[](https://goreportcard.com/report/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
|
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
|
to create bash completion scripts for any command, and also an easy way to install/uninstall
|
||||||
the completion of the command.
|
the completion of the command.
|
||||||
|
|
Loading…
Reference in New Issue