Fix word-wrapping in colored output

This commit is contained in:
Christian Muehlhaeuser 2019-11-25 10:03:33 +01:00
commit b7fc18e6e0
4 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ import (
"os"
"github.com/mattn/go-isatty"
"github.com/mitchellh/go-wordwrap"
"github.com/muesli/go-wordwrap"
"github.com/spf13/cobra"
"github.com/charmbracelet/gold"