Review normalize command architecture
All checks were successful
ci/woodpecker/tag/release Pipeline was successful

This commit is contained in:
2026-05-09 12:38:06 +00:00
parent 3591041fa8
commit 6dbb7ab17e
3 changed files with 27 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import (
func NewRootCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "seriatim",
Short: "Merge per-speaker transcripts into a chronological transcript",
Short: "Merge, trim, and normalize transcript artifacts",
Version: buildinfo.Version,
SilenceErrors: true,
SilenceUsage: true,