diff options
author | T <t@tjp.lol> | 2025-08-05 11:37:02 -0600 |
---|---|---|
committer | T <t@tjp.lol> | 2025-08-05 11:37:08 -0600 |
commit | 665bd389a0a1c8adadcaa1122e846cc81f5ead31 (patch) | |
tree | f34f9ec77891308c600c680683f60951599429c3 /internal/commands/root.go | |
parent | dc895cec9d8a84af89ce2501db234dff33c757e2 (diff) |
WIP TUI
Diffstat (limited to 'internal/commands/root.go')
-rw-r--r-- | internal/commands/root.go | 1 |
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 } |