cli/pkg/cmd/search
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
..
code Proof-reading 2023-11-17 02:04:35 +08:00
commits Unify use of tab indent in non-test source files 2024-08-03 00:35:30 +08:00
issues Update gh search issues --project flag doc to specify owner/number syntax 2024-08-12 14:51:27 -07:00
prs Update gh search prs --project flag doc to specify owner/number syntax 2024-08-12 14:51:03 -07:00
repos Unify use of tab indent in non-test source files 2024-08-03 00:35:30 +08:00
shared Move config interfaces into gh package (#9060) 2024-05-10 10:39:36 +02:00
search.go implement code search 2023-04-26 18:38:35 -06:00