cli/command
Mislav Marohnić 1bf28927f0 Support -a, --assignee in pr list
This is for symmetry with `issue list`.

The problem is that the `Repository.pullRequests` connection doesn't
support filtering by assignee, therefore we need to switch to search API
in case an assignee was specified. This is awkward, but I don't see
another way.
2019-11-27 18:15:07 +01:00
..
completion.go Add tests 2019-10-31 23:43:50 +01:00
completion_test.go Add tests 2019-10-31 23:43:50 +01:00
issue.go Merge pull request #97 from github/issue-create-editor 2019-11-25 11:34:11 -06:00
issue_test.go Merge pull request #97 from github/issue-create-editor 2019-11-25 11:34:11 -06:00
pr.go Support -a, --assignee in pr list 2019-11-27 18:15:07 +01:00
pr_checkout_test.go Merge remote-tracking branch 'origin/master' into issue-update 2019-11-18 11:09:00 -08:00
pr_create.go factor out title body prompting 2019-11-20 11:39:42 -06:00
pr_create_test.go Merge remote-tracking branch 'origin/master' into issue-update 2019-11-18 11:09:00 -08:00
pr_test.go Fix minor code issues discovered by staticcheck 2019-11-26 16:18:20 +01:00
root.go Shorten top summary 2019-11-22 11:07:59 -08:00
testing.go Merge remote-tracking branch 'origin/master' into issue-update 2019-11-18 11:09:00 -08:00
title_body_survey.go use iota 2019-11-25 11:33:59 -06:00