mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
#40 adb: Complete uninstall command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user