summaryrefslogtreecommitdiffstatshomepage
path: root/termui/termui.go
diff options
context:
space:
mode:
Diffstat (limited to 'termui/termui.go')
-rw-r--r--termui/termui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/termui/termui.go b/termui/termui.go
index b45bbc2ec..0d3bc56e9 100644
--- a/termui/termui.go
+++ b/termui/termui.go
@@ -41,6 +41,7 @@ type window interface {
disable(g *gocui.Gui) error
}
+// Run will launch the termUI in the terminal
func Run(repo repository.Repo) error {
c := cache.NewRepoCache(repo)