diff options
author | T <t@tjp.lol> | 2025-09-29 15:04:44 -0600 |
---|---|---|
committer | T <t@tjp.lol> | 2025-09-30 11:40:45 -0600 |
commit | 7ba68d333bc20b5795ccfd3870546a05eee60470 (patch) | |
tree | 12dc4b017803b7d01844fd42b9e3be281cbbd986 /internal/commands/root.go | |
parent | bce8dbb58165e443902d9dae3909225ef42630c4 (diff) |
Diffstat (limited to 'internal/commands/root.go')
-rw-r--r-- | internal/commands/root.go | 2 |
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 } |