mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-12 16:01:27 +08:00
docs: update hrp cmd docs
This commit is contained in:
@@ -46,5 +46,5 @@ var isAll bool
|
||||
func init() {
|
||||
psCmd.Flags().StringVarP(&udid, "udid", "u", "", "specify device by udid")
|
||||
psCmd.Flags().BoolVarP(&isAll, "all", "a", false, "print all processes including system processes")
|
||||
iosRootCmd.AddCommand(psCmd)
|
||||
CmdIOSRoot.AddCommand(psCmd)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user