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{
|
app := &cli.App{
|
||||||
EnableBashCompletion: true,
|
EnableBashCompletion: true,
|
||||||
Version: Version,
|
Version: Version,
|
||||||
|
Action: func(ctx *cli.Context) error {
|
||||||
|
return tui.StartTea(c, "main")
|
||||||
|
},
|
||||||
Commands: []*cli.Command{
|
Commands: []*cli.Command{
|
||||||
{
|
{
|
||||||
Name: "play",
|
Name: "play",
|
||||||
|
Loading…
Reference in New Issue
Block a user