diff --git a/command/completion.go b/command/completion.go index de7234d82..706ef311a 100644 --- a/command/completion.go +++ b/command/completion.go @@ -28,7 +28,7 @@ For example, for bash you could add this to your '~/.bash_profile': When installing GitHub CLI through a package manager, however, it's possible that no additional shell configuration is necessary to gain completion support. For -Homebrew, see +Homebrew, see https://docs.brew.sh/Shell-Completion `, RunE: func(cmd *cobra.Command, args []string) error { shellType, err := cmd.Flags().GetString("shell")