Make everything build strings instead of printing

This commit is contained in:
2021-04-23 22:56:58 +00:00
parent 8c9af693e7
commit dd1ea7c276
12 changed files with 121 additions and 65 deletions

View File

@ -130,7 +130,7 @@ func SetColorCmd(ctx Context) (int, error) {
if !fast {
p = NewPrinter(format)
p.Results(r.Results)
fmt.Print(p.Results(r.Results))
}
return ExitSuccess, nil