feat: run ios xctest

This commit is contained in:
debugtalk
2022-10-01 22:40:29 +08:00
parent ac1afdc87a
commit 9135f2a6b6
3 changed files with 71 additions and 6 deletions
+2 -3
View File
@@ -3,9 +3,8 @@ package adb
import "github.com/spf13/cobra"
var androidRootCmd = &cobra.Command{
Use: "adb",
Short: "simple utils for android device management",
PersistentPreRun: func(cmd *cobra.Command, args []string) {},
Use: "adb",
Short: "simple utils for android device management",
}
func Init(rootCmd *cobra.Command) {