feat: add cmd mire rewrite to rewrite all goldens from input again
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ func newRootCommand() *cobra.Command {
|
||||
},
|
||||
}
|
||||
|
||||
rootCmd.AddCommand(newInitCommand(), newRecordCommand(), newTestCommand())
|
||||
rootCmd.AddCommand(newInitCommand(), newRecordCommand(), newRewriteCommand(), newTestCommand())
|
||||
|
||||
return rootCmd
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user