#40 adb: Complete reboot command
This commit is contained in:
parent
f21d44e517
commit
c41f3e43fd
4
_adb
4
_adb
|
@ -137,7 +137,9 @@ _adb() {
|
||||||
&& ret=0
|
&& ret=0
|
||||||
;;
|
;;
|
||||||
(reboot)
|
(reboot)
|
||||||
_message '[bootloader|recovery]' && ret=0 # TODO Not implemented
|
_arguments \
|
||||||
|
'1:program:((bootloader:reboot\ into\ the\ bootloader\ program recovery:reboot\ into\ the\ recovery\ program))' \
|
||||||
|
&& ret=0
|
||||||
;;
|
;;
|
||||||
(tcpip)
|
(tcpip)
|
||||||
_message 'port' && ret=0 # TODO Not implemented
|
_message 'port' && ret=0 # TODO Not implemented
|
||||||
|
|
Loading…
Reference in New Issue