cli/pkg/cmd/issue
chemotaxis 631bea2e6d Draft first design
As originally designed in the issue discussion, a single function
`NewCmdLock()` with a parameter to lock or unlock was proposed.
However, after playing around with a couple different designs, it seems
best to create two separate public functions and one private function to
do the common work.

Using two public functions seems to make sense because the api for
locking is different from the api for unlocking.  Therefore, the
documentation for both are different and keeping them in separate
functions would make it easier to maintain the documentation.
2022-04-11 00:36:42 -04:00
..
close Improve issue close re: overfetching, handling PRs 2021-11-23 19:38:55 +01:00
comment issue/pr comment: improve docs as it relates to editor 2022-02-18 18:38:44 +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 Merge remote-tracking branch 'origin' into docs-improvements 2022-02-21 15:24:18 +01:00
lock Draft first design 2022-04-11 00:36:42 -04: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 Draft first design 2022-04-11 00:36:42 -04:00