feat: miro test command
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ func newRootCommand() *cobra.Command {
|
||||
},
|
||||
}
|
||||
|
||||
rootCmd.AddCommand(newInitCommand(), newRecordCommand())
|
||||
rootCmd.AddCommand(newInitCommand(), newRecordCommand(), newTestCommand())
|
||||
|
||||
return rootCmd
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user