Add nil renderer and combination TUI-daemon program example

The Nil Renderer essentially disables the Bubble Tea renderer sending
loggings and print statements to stdout. It can be enabled via the
ProgramOption WithoutRenderer.
This commit is contained in:
Christian Rocha
2021-02-09 13:33:25 -05:00
parent 2b8b95d8f8
commit b3f62af8b5
6 changed files with 561 additions and 393 deletions

View File

@@ -8,6 +8,7 @@ require (
github.com/charmbracelet/glamour v0.2.0
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
github.com/lucasb-eyer/go-colorful v1.0.3
github.com/mattn/go-isatty v0.0.12
github.com/mattn/go-runewidth v0.0.10
github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68
github.com/muesli/termenv v0.7.4