improve comments
This commit is contained in:
parent
f9b50acc42
commit
3caa7cc537
2 changed files with 7 additions and 8 deletions
|
|
@ -61,7 +61,6 @@ var issueCmd = &cobra.Command{
|
|||
$ gh issue list
|
||||
$ gh issue create --label bug
|
||||
$ gh issue view --web
|
||||
$ gh issue list --milestone 'MVP'
|
||||
`),
|
||||
Annotations: map[string]string{
|
||||
"IsCore": "true",
|
||||
|
|
@ -89,6 +88,7 @@ var issueListCmd = &cobra.Command{
|
|||
$ gh issue list -l "help wanted"
|
||||
$ gh issue list -A monalisa
|
||||
$ gh issue list --web
|
||||
$ gh issue list --milestone 'MVP'
|
||||
`),
|
||||
Args: cmdutil.NoArgsQuoteReminder,
|
||||
RunE: issueList,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue