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.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/commands/root.go b/internal/commands/root.go
index 9ac0790..6e61980 100644
--- a/internal/commands/root.go
+++ b/internal/commands/root.go
@@ -26,6 +26,8 @@ func NewRootCmd() *cobra.Command {
cmd.AddCommand(NewReportCmd())
cmd.AddCommand(NewSetCmd())
cmd.AddCommand(NewTUICmd())
+ cmd.AddCommand(NewArchiveCmd())
+ cmd.AddCommand(NewUnarchiveCmd())
return cmd
}