cli/command
Mislav Marohnić 030c997301 Avoid long first line of gh help
This splits help text over paragraphs and lines to make the output of
`gh` easier to read. It takes care not to go over 80 characters in width
and wraps the URL in `<...>` which will help the URL get auto-linked
when these docs are converted to man and HTML formats.
2019-12-16 15:55:21 +01:00
..
completion.go Add tests 2019-10-31 23:43:50 +01:00
completion_test.go Use RunCommand in tests to ensure flags reset between runs 2019-12-03 17:26:28 +01:00
issue.go Simplify flag setting 2019-12-11 10:19:18 -08:00
issue_test.go Accept issue URL in issue view <issue> 2019-12-03 21:41:22 +01:00
pr.go Use new error.As method 2019-12-12 11:09:50 -08:00
pr_checkout_test.go Accept PR URL or branch argument in pr checkout <pr> 2019-12-03 21:19:09 +01:00
pr_create.go Merge pull request #147 from github/pr-to-pull-request 2019-12-13 17:14:17 +01:00
pr_create_test.go Implement pr create --web 2019-12-04 16:26:40 +01:00
pr_test.go Label as pull request 2019-12-11 10:24:58 -08: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 use iota 2019-11-25 11:33:59 -06:00