1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

Update _adb

Added support for `tcpip` option
This commit is contained in:
XerWandeRer 2015-03-16 13:55:35 +08:00
parent e55c715508
commit a414b5e3d9

View file

@ -21,6 +21,7 @@ _1st_arguments=(
'push:copy file/dir to device'
'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
'uninstall:remove this app package from the device'
'version:show version num'
)