Default command
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
abs3nt 2024-02-18 15:17:20 -08:00
parent ad37b573cd
commit 567fb54ac2
Signed by: abs3nt
GPG Key ID: A7BD96A8BAB04C09

View File

@ -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",