774 B
774 B
complete
WIP
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.
go command bash completion
In gocomplete there is an example for bash completion for the go
command line.
Install
go get github.com/posener/complete/gocomplete
gocomplete -install
Uninstall
gocomplete -uninstall