Use a plain-text renderer when not printing to Terminal

This commit is contained in:
Christian Muehlhaeuser
2019-11-25 04:32:24 +01:00
parent 6eb2d04812
commit 450c551f08
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ go 1.13
require (
github.com/logrusorgru/aurora v0.0.0-20191017060258-dc85c304c434
github.com/mattn/go-isatty v0.0.10
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/spf13/cobra v0.0.5
gopkg.in/russross/blackfriday.v2 v2.0.0