Add trim CLI command

This commit is contained in:
2026-05-08 14:53:59 +00:00
parent 1c0e4438ae
commit ac3dcf2557
7 changed files with 996 additions and 1 deletions

View File

@@ -17,5 +17,6 @@ func NewRootCommand() *cobra.Command {
}
cmd.AddCommand(newMergeCommand())
cmd.AddCommand(newTrimCommand())
return cmd
}