summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/goreadme.yml4
-rw-r--r--doc.go2
2 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/goreadme.yml b/.github/workflows/goreadme.yml
index e9e578e..d788aef 100644
--- a/.github/workflows/goreadme.yml
+++ b/.github/workflows/goreadme.yml
@@ -10,9 +10,11 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2
- name: Update readme according to Go doc
- uses: posener/[email protected]
+ uses: posener/[email protected]
with:
+ import-path: 'github.com/posener/complete/v2' # Fix import path to point on v2.
recursive: 'true'
+ badge-godoc: 'true'
badge-travisci: 'true'
badge-codecov: 'true'
github-token: '${{ secrets.GITHUB_TOKEN }}'
diff --git a/doc.go b/doc.go
index 022be3a..a8fe744 100644
--- a/doc.go
+++ b/doc.go
@@ -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. See the (documentation) https://pkg.go.dev/github.com/posener/complete/v2?tab=doc.
+or methologies.
Go Command Bash Completion