summaryrefslogtreecommitdiff
path: root/plugins/adb
diff options
context:
space:
mode:
authorLuca Stefani <luca.stefani.ge1@gmail.com>2015-05-07 13:24:33 +0200
committerncanceill <nicolas.canceill@ens-cachan.org>2015-06-11 21:10:37 +0200
commitaf4ffe56eae27c85ed472307554fd7347966d316 (patch)
tree0a3d189c7c398a915e2018438929250893b9787c /plugins/adb
parentc838b9a112e1569bcc5af069d8283057f7d4208a (diff)
downloadzsh-af4ffe56eae27c85ed472307554fd7347966d316.tar.gz
zsh-af4ffe56eae27c85ed472307554fd7347966d316.tar.bz2
zsh-af4ffe56eae27c85ed472307554fd7347966d316.zip
adb: add more commands
Diffstat (limited to 'plugins/adb')
-rw-r--r--plugins/adb/_adb12
1 files changed, 10 insertions, 2 deletions
diff --git a/plugins/adb/_adb b/plugins/adb/_adb
index 22089581a..f30f3247f 100644
--- a/plugins/adb/_adb
+++ b/plugins/adb/_adb
@@ -16,14 +16,22 @@ _1st_arguments=(
'help:show the help message'
'install:push this package file to the device and install it'
'jdwp:list PIDs of processes hosting a JDWP transport'
-'logcat:View device log'
+'kill-server:kill the server if it is running'
+'logcat:view device log'
'pull:copy file/dir from device'
'push:copy file/dir to device'
+'reboot:reboots the device, optionally into the bootloader or recovery program'
+'reboot-bootloader:reboots the device into the bootloader'
+'remount:remounts the partitions on the device read-write'
+'root:restarts the adbd daemon with root permissions'
+'sideload:push a ZIP to device and install it'
'shell:run remote shell interactively'
'sync:copy host->device only if changed (-l means list but dont copy)'
-‘tcpip:restart host adb in tcpip mode’
+'start-server:ensure that there is a server running'
+'tcpip:restart host adb in tcpip mode'
'uninstall:remove this app package from the device'
'version:show version num'
+'wait-for-device:block until device is online'
)
local expl