This commit is contained in:
Samuel Lorch 2021-09-09 16:30:28 +02:00
parent bd89bc3528
commit 4afe0bec87
2 changed files with 3 additions and 1 deletions

View file

@ -22,7 +22,7 @@ jobs:
with:
go-version: 1.17
-
name: test
name: Generate Man and Completions
run: |
go run main.go completion bash > bash-completion
go run main.go completion zsh > zsh-completion

2
.gitignore vendored
View file

@ -5,6 +5,8 @@
# Unignore all dirs
!*/
man/
# Binaries for programs and plugins
*.exe
*.exe~