Fix non-working gh issue view usage example (#5563)

This commit is contained in:
Mohammed Anas 2022-05-03 07:55:00 +00:00 committed by GitHub
parent b24e4c09d9
commit b352648259
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ func NewCmdIssue(f *cmdutil.Factory) *cobra.Command {
Example: heredoc.Doc(`
$ gh issue list
$ gh issue create --label bug
$ gh issue view --web
$ gh issue view 123 --web
`),
Annotations: map[string]string{
"IsCore": "true",