cli/command
Mislav Marohnić aeb7f337d2 Ensure issue create fails fast if issues are disabled
Before, a person would be prompted for title & body before
unconditionally failing due to issues being disabled.
2019-12-19 15:44:20 +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 Ensure issue create fails fast if issues are disabled 2019-12-19 15:44:20 +01:00
issue_test.go Warn about repo issues disabled on issue create 2019-12-19 15:44:20 +01:00
pr.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +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 Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
pr_create_test.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
pr_test.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
root.go Avoid long first line of gh help 2019-12-16 15:55:21 +01:00
testing.go Merge remote-tracking branch 'origin/master' into issue-update 2019-11-18 11:09:00 -08:00
title_body_survey.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00