diff options
| author | Eyal Posener <[email protected]> | 2020-04-09 19:07:58 +0300 |
|---|---|---|
| committer | Eyal Posener <[email protected]> | 2020-04-09 21:31:51 +0300 |
| commit | f929a1cfb4039a5519d84c2deff05cbaf05ce776 (patch) | |
| tree | 9bb705441dee435a190735387bf92349fa11e782 /doc.go | |
| parent | bcff2ec278afb628a8dcb7ded65ad9d3450e4121 (diff) | |
Add github actions
Diffstat (limited to 'doc.go')
| -rw-r--r-- | doc.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,7 +15,7 @@ This package provides: * 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 -or methologies. +or methologies. See the (documentation) https://pkg.go.dev/github.com/posener/complete/v2?tab=doc. Go Command Bash Completion @@ -27,8 +27,8 @@ Install: 1. Type in your shell: - go get -u github.com/posener/complete/v2/gocomplete - COMP_INSTALL=1 gocomplete + go get -u github.com/posener/complete/v2/gocomplete + COMP_INSTALL=1 gocomplete 2. Restart your shell |
