cli/command
Mislav Marohnić f5ad43458c Avoid using <...> in docs
When converted to HTML docs, these get interpreted as HTML tags.

In theory, we could encapsulate these bits in backticks, but the docs are
already in raw Go string literals, and we can't easily escape backticks in that
context. Instead, just avoid using `<>` for now.
2020-01-23 10:28:29 +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 Avoid using <...> in docs 2020-01-23 10:28:29 +01:00
issue_test.go review feedback 2020-01-13 15:32:07 -06:00
pr.go Avoid using <...> in docs 2020-01-23 10:28:29 +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 hide potentially long query strings when printing urls 2020-01-16 14:18:40 -06:00
pr_create_test.go Fix test output 2019-12-20 12:07:53 -08:00
pr_test.go Fix test after copy changes 2020-01-15 12:53:52 +01:00
root.go Merge pull request #221 from github/release-the-kraken 2020-01-13 18:08:50 -06:00
root_test.go Add changelog func 2020-01-13 11:02:34 -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 rely on iota syntax magic 2020-01-16 14:28:49 -06:00