#40 adb: Complete uninstall command

This commit is contained in:
Julien Nicoulaud 2011-08-09 15:23:10 +02:00
parent b85b912c2f
commit f21d44e517
1 changed files with 5 additions and 1 deletions

6
_adb
View File

@ -130,7 +130,11 @@ _adb() {
&& ret=0
;;
(uninstall)
_message '[-k] <package>' && ret=0 # TODO Not implemented
# TODO Somehow complete package names ?
_arguments \
'-k[keep the data and cache directories]' \
'1::package' \
&& ret=0
;;
(reboot)
_message '[bootloader|recovery]' && ret=0 # TODO Not implemented