cli/pkg/cmd/search/issues
Tyler McGoffin c838da9ee1 Update gh search issues --project flag doc to specify owner/number syntax
There are no code changes required to make this work. I added a test
specifying `<owner>/<number>` and nothing failed. Any syntax issues are
returned by the api with a generic message:

```
Invalid search query "project:\"<string>\" type:issue".
An invalid project was specified.
```

This, combined with the updated docstring, should be sufficient for users
to troubleshoot any issues with the `--project` flag syntax
2024-08-12 14:51:27 -07:00
..
issues.go Update gh search issues --project flag doc to specify owner/number syntax 2024-08-12 14:51:27 -07:00
issues_test.go Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00