printer/templateprinter.go
changeset 239 605a00e9d1ab
parent 194 660233815ca8
child 265 05c40b36d3b2
equal deleted inserted replaced
238:d5d0260ead40 239:605a00e9d1ab
    16 	"time"
    16 	"time"
    17 
    17 
    18 	"github.com/kr/text"
    18 	"github.com/kr/text"
    19 	"github.com/mattn/go-isatty"
    19 	"github.com/mattn/go-isatty"
    20 
    20 
    21 	"github.com/McKael/madon"
    21 	"github.com/McKael/madon/v2"
    22 	"github.com/McKael/madonctl/printer/colors"
    22 	"github.com/McKael/madonctl/printer/colors"
    23 )
    23 )
    24 
    24 
    25 // disableColors can be set to true to disable the color template function
    25 // disableColors can be set to true to disable the color template function
    26 var disableColors bool
    26 var disableColors bool