fixed whitespace
This commit is contained in:
parent
25c1610e37
commit
19367c6458
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ func NewCmdPrs(f *cmdutil.Factory, runF func(*shared.IssuesOptions) error) *cobr
|
|||
$ gh search prs -- -label:bug
|
||||
|
||||
# search pull requests only from un-archived repositories (default is all repositories)
|
||||
$ gh search prs --owner github --archived=false
|
||||
$ gh search prs --owner github --archived=false
|
||||
`),
|
||||
RunE: func(c *cobra.Command, args []string) error {
|
||||
if len(args) == 0 && c.Flags().NFlag() == 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue