cli/pkg/cmd/issue
Mislav Marohnić 4a3ef50d2d
Standardize pager output across commands (#5141)
Add pager functionality to the following commands:
- gist list
- pr checks
- release list
- run list
- run view
- secret list
- workflow list
- workflow view

Additionally, normalize error handling when starting the pager has
failed: only print a non-fatal notice to stderr instead of aborting the
whole command.
2022-02-01 08:36:51 +01:00
..
close Improve issue close re: overfetching, handling PRs 2021-11-23 19:38:55 +01:00
comment Improve issue comment re: overfetching, handling PRs 2021-11-23 16:40:14 +01:00
create Port more legacy stubs to the new ask stubber 2022-01-14 19:34:15 +01:00
delete Port more legacy stubs to the new ask stubber 2022-01-14 19:34:15 +01:00
edit Simplify GraphQL mutations whose response we are not interested in 2021-12-08 13:35:19 +01:00
list Standardize pager output across commands (#5141) 2022-02-01 08:36:51 +01:00
reopen Improve issue reopen re: overfetching, handling PRs 2021-11-23 19:39:40 +01:00
shared Improve issue view re: overfetching, PR support 2021-11-24 18:49:36 +01:00
status Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
transfer Remove overfetching from issue transfer 2021-11-23 19:39:40 +01:00
view Have a single Render function handle all Markdown rendering 2022-01-13 19:39:43 +01:00
issue.go Consistent punctuation in command usages (#5139) 2022-01-31 10:56:12 +00:00