aboutsummaryrefslogtreecommitdiffstats
path: root/commands/termui.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/termui.go')
-rw-r--r--commands/termui.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/commands/termui.go b/commands/termui.go
index 1cfdd8f3..08eba1d6 100644
--- a/commands/termui.go
+++ b/commands/termui.go
@@ -7,9 +7,7 @@ import (
"github.com/MichaelMure/git-bug/termui"
)
-func newTermUICommand() *cobra.Command {
- env := execenv.NewEnv()
-
+func newTermUICommand(env *execenv.Env) *cobra.Command {
cmd := &cobra.Command{
Use: "termui",
Aliases: []string{"tui"},