feat: add cmd mire rewrite to rewrite all goldens from input again

This commit is contained in:
2026-03-24 18:45:14 +00:00
parent 8a573681be
commit 4e9459c86c
8 changed files with 450 additions and 199 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ func newRootCommand() *cobra.Command {
},
}
rootCmd.AddCommand(newInitCommand(), newRecordCommand(), newTestCommand())
rootCmd.AddCommand(newInitCommand(), newRecordCommand(), newRewriteCommand(), newTestCommand())
return rootCmd
}