diff options
Diffstat (limited to 'termui/termui.go')
-rw-r--r-- | termui/termui.go | 1 |
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) |