cli/pkg/cmd/issue
chemotaxis fc1b929a81 Remove opts.PadlockState
I noticed that PadlockState didn't really have anything to do with the
LockOptions and it was easy to call an incorrect locking function that
didn't match the PadlockState.

Now, you pass in the state as an argument and you simply call the
appropriate function instead of setting PadlockState and then calling
the correct function.

- Other touch ups and refactoring
2022-04-29 00:23:36 -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 Remove opts.PadlockState 2022-04-29 00:23:36 -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 Modify documentation if called from issue or pr 2022-04-28 23:56:13 -04:00