#40 adb: Complete tcpip command
This commit is contained in:
parent
c41f3e43fd
commit
8c6edf1517
4
_adb
4
_adb
|
@ -142,7 +142,9 @@ _adb() {
|
||||||
&& ret=0
|
&& ret=0
|
||||||
;;
|
;;
|
||||||
(tcpip)
|
(tcpip)
|
||||||
_message 'port' && ret=0 # TODO Not implemented
|
_arguments \
|
||||||
|
'1::port' \
|
||||||
|
&& ret=0
|
||||||
;;
|
;;
|
||||||
(ppp)
|
(ppp)
|
||||||
_message '<tty> [parameters]' && ret=0 # TODO Not implemented
|
_message '<tty> [parameters]' && ret=0 # TODO Not implemented
|
||||||
|
|
Loading…
Reference in New Issue