mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-12 19:29:46 +08:00
docs: update hrp cmd docs
This commit is contained in:
@@ -71,5 +71,5 @@ var appType string
|
||||
func init() {
|
||||
listAppsCmd.Flags().StringVarP(&udid, "udid", "u", "", "specify device by udid")
|
||||
listAppsCmd.Flags().StringVarP(&appType, "type", "t", "user", "filter application type [user|system|internal|all]")
|
||||
iosRootCmd.AddCommand(listAppsCmd)
|
||||
CmdIOSRoot.AddCommand(listAppsCmd)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user