diff options
| author | T <t@tjp.lol> | 2025-03-27 07:48:29 -0600 |
|---|---|---|
| committer | T <t@tjp.lol> | 2025-03-27 07:50:54 -0600 |
| commit | 82472efd501004d1dfb18240cf89534a24b64871 (patch) | |
| tree | 0949ef846faa09871b1702923d44907f4640d5f0 /tui.go | |
| parent | 37ffc54aeec62c5201fd1ac3dc2313ec309aa6fb (diff) | |
fix linter issues
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) |
