#40 adb: Complete tty command

This commit is contained in:
Julien Nicoulaud 2011-08-09 15:39:10 +02:00
parent 8c6edf1517
commit 2a8ff2e51a
1 changed files with 6 additions and 1 deletions

7
_adb
View File

@ -147,7 +147,12 @@ _adb() {
&& ret=0 && ret=0
;; ;;
(ppp) (ppp)
_message '<tty> [parameters]' && ret=0 # TODO Not implemented # TODO Complete tty ?
# TODO Complete parameters ?
_arguments \
'1::tty' \
'*::parameters' \
&& ret=0
;; ;;
esac esac
;; ;;