Merge pull request #1126 from AlbyIanna/patch-1

Change angular brackets with single quotes
This commit is contained in:
Mislav Marohnić 2020-06-08 14:29:04 +02:00 committed by GitHub
commit 70568a628c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <https://docs.brew.sh/Shell-Completion>
Homebrew, see https://docs.brew.sh/Shell-Completion
`,
RunE: func(cmd *cobra.Command, args []string) error {
shellType, err := cmd.Flags().GetString("shell")