diff options
Diffstat (limited to 'tui.go')
| -rw-r--r-- | tui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ import ( "github.com/charmbracelet/lipgloss" ) -func runTUI(state *BrowserState, args []string) { +func RunTUI(state *BrowserState, args []string) { model := NewMainModel(state) state.Printer = (*TUIPrinter)(model) |
