cli/pkg/cmd/issue/create
Mislav Marohnić 3efa764305 Avoid the issue/pr recovery mechanism handling Ctrl-C keypress in prompts
Either InterruptErr or SilentErr will be present when the user has
chosen "Cancel" or pressed Ctrl-C in prompts. We don't want the recovery
mechanism to kick in these cases because the cancellation was likely
willingly initiated by the user.
2021-02-23 20:09:03 +01:00
..
fixtures/repoWithNonLegacyIssueTemplates/.github/ISSUE_TEMPLATE Interactive template selection test for PR create 2020-09-02 09:56:28 +05:30
create.go Avoid the issue/pr recovery mechanism handling Ctrl-C keypress in prompts 2021-02-23 20:09:03 +01:00
create_test.go Port issue create to using templates API 2021-02-10 17:32:00 +01:00