diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2017-06-11 17:50:03 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2017-06-11 17:50:03 -0700 |
commit | 384c158e77d5a1f15ab134c9e720539d129bbf3f (patch) | |
tree | d372eac4121ba3ef47f7906babfb59fbe0940d47 | |
parent | c34b84f760116b8f35f16545490039b220a88ea1 (diff) | |
parent | 1c958e02a5613a4312534b1afe9f9f8c4a0793c2 (diff) | |
download | zsh-384c158e77d5a1f15ab134c9e720539d129bbf3f.tar.gz zsh-384c158e77d5a1f15ab134c9e720539d129bbf3f.tar.bz2 zsh-384c158e77d5a1f15ab134c9e720539d129bbf3f.zip |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
-rw-r--r-- | plugins/adb/_adb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/adb/_adb b/plugins/adb/_adb index f30f3247f..5f37bedac 100644 --- a/plugins/adb/_adb +++ b/plugins/adb/_adb @@ -13,9 +13,13 @@ _1st_arguments=( 'disconnect:disconnect from a TCP/IP device. Port 5555 is default.' 'emu:run emulator console command' 'forward:forward socket connections' +'get-devpath:print the device path' +'get-serialno:print the serial number of the device' +'get-state:print the current state of the device: offline | bootloader | device' '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' +'keygen:generate adb public/private key' 'kill-server:kill the server if it is running' 'logcat:view device log' 'pull:copy file/dir from device' @@ -30,6 +34,7 @@ _1st_arguments=( 'start-server:ensure that there is a server running' 'tcpip:restart host adb in tcpip mode' 'uninstall:remove this app package from the device' +'usb:restart the adbd daemon listing on USB' 'version:show version num' 'wait-for-device:block until device is online' ) |