Fix non-working gh issue view usage example (#5563)
This commit is contained in:
parent
b24e4c09d9
commit
b352648259
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue