mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-07 07:21:23 +08:00
feat: print ios devices
This commit is contained in:
13
hrp/cmd/ios/init.go
Normal file
13
hrp/cmd/ios/init.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package ios
|
||||
|
||||
import "github.com/spf13/cobra"
|
||||
|
||||
var iosRootCmd = &cobra.Command{
|
||||
Use: "ios",
|
||||
Short: "simple utils for ios device management",
|
||||
PersistentPreRun: func(cmd *cobra.Command, args []string) {},
|
||||
}
|
||||
|
||||
func Init(rootCmd *cobra.Command) {
|
||||
rootCmd.AddCommand(iosRootCmd)
|
||||
}
|
||||
Reference in New Issue
Block a user