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: with:
go-version: 1.17 go-version: 1.17
- -
name: test name: Generate Man and Completions
run: | run: |
go run main.go completion bash > bash-completion go run main.go completion bash > bash-completion
go run main.go completion zsh > zsh-completion go run main.go completion zsh > zsh-completion

2
.gitignore vendored
View file

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