diff --git a/README.md b/README.md index 730ec6c0..592d6b04 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,8 @@ python -m py_compile src/scripts/*.py && xcodebuild -target ios-deploy && xcodeb -m, --noinstall directly start debugging without app install (-d not required) -A, --app_deltas incremental install. must specify a directory to store app deltas to determine what needs to be installed -p, --port port used for device, default: dynamic - -r, --uninstall uninstall the app before install (do not use with -m; app cache and data are cleared) - -9, --uninstall_only uninstall the app ONLY. Use only with -1 + -r, --uninstall uninstall the app before install (do not use with -m; app cache and data are cleared) + -9, --uninstall_only uninstall the app ONLY. Use only with -1 -1, --bundle_id specify bundle id for list and upload -l, --list[=] list all app files or the specified directory -o, --upload upload file @@ -76,28 +76,18 @@ python -m py_compile src/scripts/*.py && xcodebuild -target ios-deploy && xcodeb -D, --mkdir make directory on device -R, --rm remove file or directory on device (directories must be empty) -X, --rmtree remove directory and all contained files recursively on device - -V, --version print the executable version - -e, --exists check if the app with given bundle_id is installed or not - -B, --list_bundle_id list bundle_id + -V, --version print the executable version + -e, --exists check if the app with given bundle_id is installed or not + -B, --list_bundle_id list bundle_id -W, --no-wifi ignore wifi devices - -C, --get_battery_level get battery current capacity + -C, --get_battery_level get battery current capacity -O, --output write stdout to this file -E, --error_output write stderr to this file --detect_deadlocks start printing backtraces for all threads periodically after specific amount of seconds -f, --file_system specify file system for mkdir / list / upload / download / rm + -k, --key keys for the properties of the bundle. Joined by ',' and used only with -B and -j -F, --non-recursively specify non-recursively walk directory - -S, --symbols download OS symbols. must specify a directory to store the downloaded symbols -j, --json format output as JSON - -k, --key keys for the properties of the bundle. Joined by ',' and used only with -B and -j - --custom-script