chore: fix dead link (#7136)

* fix dead link

* Update cmd/commands.go

Co-authored-by: Mohammed Al Sahaf <mohammed@caffeinatedwonders.com>

---------

Co-authored-by: Mohammed Al Sahaf <mohammed@caffeinatedwonders.com>
This commit is contained in:
emmmm 2025-07-20 08:52:28 -04:00 committed by GitHub
parent 790f3e0885
commit 291987ac23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -480,7 +480,7 @@ argument of --directory. If the directory does not exist, it will be created.
}, },
} }
// source: https://github.com/spf13/cobra/blob/main/shell_completions.md // source: https://github.com/spf13/cobra/blob/6dec1ae26659a130bdb4c985768d1853b0e1bc06/site/content/completions/_index.md
completionCommand := Command{ completionCommand := Command{
Name: "completion", Name: "completion",
Usage: "[bash|zsh|fish|powershell]", Usage: "[bash|zsh|fish|powershell]",