mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-09-13 14:59:09 +00:00
update archiveing
This commit is contained in:
parent
35a1313dbd
commit
42b0dc41e8
4 changed files with 30 additions and 18 deletions
8
.github/workflows/.release.yml
vendored
8
.github/workflows/.release.yml
vendored
|
@ -24,9 +24,11 @@ jobs:
|
|||
-
|
||||
name: Generate Man and Completions
|
||||
run: |
|
||||
go run main.go completion bash > bash-completion
|
||||
go run main.go completion zsh > zsh-completion
|
||||
go run main.go completion fish > fish-completion
|
||||
mkdir completion
|
||||
go run main.go completion bash > completion/bash
|
||||
go run main.go completion zsh > completion/zsh
|
||||
go run main.go completion fish > completion/fish
|
||||
go run main.go completion powershell > completion/powershell
|
||||
mkdir man
|
||||
go run main.go gendoc --type man
|
||||
pwd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue