feat: use Termenv.Output to write to tty

This commit is contained in:
Christian Muehlhaeuser
2022-06-04 15:14:03 +02:00
parent 5c4218e5f6
commit 6c449e55bf
13 changed files with 111 additions and 219 deletions

View File

@@ -11,7 +11,7 @@ require (
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/mattn/go-isatty v0.0.16
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.12.1-0.20220615005108-4e9068de9898
github.com/muesli/termenv v0.13.0
)
replace github.com/charmbracelet/bubbletea => ../