Skip to content

Commit

Permalink
#40 adb: Complete uninstall command
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoulaj committed Aug 9, 2011
1 parent b85b912 commit f21d44e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _adb
Expand Up @@ -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
Expand Down

0 comments on commit f21d44e

Please sign in to comment.