feat: miro test command

This commit is contained in:
2026-03-19 20:15:11 +00:00
parent 5ebca22225
commit e5b767e35f
12 changed files with 942 additions and 16 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ func newRootCommand() *cobra.Command {
},
}
rootCmd.AddCommand(newInitCommand(), newRecordCommand())
rootCmd.AddCommand(newInitCommand(), newRecordCommand(), newTestCommand())
return rootCmd
}