cli/command
Mislav Marohnić b6fa88337d Ensure that commands print to a colorable output
If a command does `fmt.Print(...)` for output that contains ANSI color
codes, this not safe on Windows. We have to ensure that we always use
the `fmt.Fprint*` family of functions with a writer that was transformed
using `utils.NewColorable()`.
2019-11-27 20:51:51 +01:00
..
completion.go Add tests 2019-10-31 23:43:50 +01:00
completion_test.go Add tests 2019-10-31 23:43:50 +01:00
issue.go Ensure that commands print to a colorable output 2019-11-27 20:51:51 +01:00
issue_test.go Merge pull request #97 from github/issue-create-editor 2019-11-25 11:34:11 -06:00
pr.go Ensure that commands print to a colorable output 2019-11-27 20:51:51 +01:00
pr_checkout_test.go Merge remote-tracking branch 'origin/master' into issue-update 2019-11-18 11:09:00 -08:00
pr_create.go factor out title body prompting 2019-11-20 11:39:42 -06:00
pr_create_test.go Merge remote-tracking branch 'origin/master' into issue-update 2019-11-18 11:09:00 -08:00
pr_test.go Fix minor code issues discovered by staticcheck 2019-11-26 16:18:20 +01:00
root.go Ensure that commands print to a colorable output 2019-11-27 20:51:51 +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 use iota 2019-11-25 11:33:59 -06:00