From c53e8c4e41aa88566b101431bcd104ebf7b34312 Mon Sep 17 00:00:00 2001 From: T Date: Wed, 6 Aug 2025 16:00:05 -0600 Subject: TUI fixes, and WIP modal dialog rendering --- internal/commands/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/commands') diff --git a/internal/commands/root.go b/internal/commands/root.go index fda3d06..f3611ac 100644 --- a/internal/commands/root.go +++ b/internal/commands/root.go @@ -15,7 +15,7 @@ func NewRootCmd() *cobra.Command { Use: "punch", Short: "A simple time tracking CLI tool", Long: "Punchcard helps you track your work hours and generate professional invoices and timesheets.", - RunE: NewStatusCmd().RunE, // Default to status command when no subcommand is provided + RunE: NewTUICmd().RunE, } cmd.AddCommand(NewAddCmd()) -- cgit v1.2.3