feat: use goreleaser
Some checks failed
Markdown linter / markdown-lint (push) Successful in 8s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 10s
Golang Tests / unittest (push) Has been cancelled

This commit is contained in:
2025-05-31 18:12:51 +02:00
parent dce11e0889
commit 3db9427be3
17 changed files with 404 additions and 861 deletions

View File

@ -50,7 +50,7 @@ PowerShell:
`,
DisableFlagsInUseLine: true,
ValidArgs: []string{"bash", "zsh", "fish", "powershell"},
Args: cobra.ExactValidArgs(1),
Args: cobra.MatchAll(cobra.ExactArgs(1)),
Hidden: true,
Run: func(cmd *cobra.Command, args []string) {
switch args[0] {