cli/command
Mislav Marohnić 3346e7b8dc Print pr status numbers in green
We use green to signify "open" state of issues & PRs in `list` commands
(as opposed to red for "closed" and purple for "merged" state), so let's
be consistent in `status` commands too, where all displayed items are
guaranteed to be open.
2019-12-19 17:50:44 +01:00
..
completion.go Add tests 2019-10-31 23:43:50 +01:00
completion_test.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
issue.go Merge remote-tracking branch 'origin/master' into stderr-tests 2019-12-17 12:42:01 +01:00
issue_test.go Merge remote-tracking branch 'origin/master' into stderr-tests 2019-12-17 12:42:01 +01:00
pr.go Print pr status numbers in green 2019-12-19 17:50:44 +01:00
pr_checkout_test.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
pr_create.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
pr_create_test.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
pr_test.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
root.go Avoid long first line of gh help 2019-12-16 15:55:21 +01:00
testing.go Merge remote-tracking branch 'origin/master' into issue-update 2019-11-18 11:09:00 -08:00
title_body_survey.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00