Default command
This commit is contained in:
parent
ad37b573cd
commit
567fb54ac2
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user