summaryrefslogtreecommitdiff
path: root/internal/commands/root.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/commands/root.go')
-rw-r--r--internal/commands/root.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/commands/root.go b/internal/commands/root.go
index 553d0b4..fda3d06 100644
--- a/internal/commands/root.go
+++ b/internal/commands/root.go
@@ -25,6 +25,7 @@ func NewRootCmd() *cobra.Command {
cmd.AddCommand(NewImportCmd())
cmd.AddCommand(NewReportCmd())
cmd.AddCommand(NewSetCmd())
+ cmd.AddCommand(NewTUICmd())
return cmd
}