diff --git a/src/components/cli/cli.go b/src/components/cli/cli.go index f324f76..6ba3e0a 100644 --- a/src/components/cli/cli.go +++ b/src/components/cli/cli.go @@ -25,6 +25,9 @@ func Run(c *commands.Commander, s fx.Shutdowner) { app := &cli.App{ EnableBashCompletion: true, Version: Version, + Action: func(ctx *cli.Context) error { + return tui.StartTea(c, "main") + }, Commands: []*cli.Command{ { Name: "play",