diff --git a/_adb b/_adb index 951e5dff..707fd7b1 100644 --- a/_adb +++ b/_adb @@ -122,7 +122,12 @@ _adb() { && ret=0 ;; (install) - _message '[-l] [-r] [-s] ' && ret=0 # TODO Not implemented + _arguments \ + '-l[forward-lock the app]' \ + '-r[reinstall the app, keeping its data]' \ + '-s[install on SD card instead of internal storage]' \ + '1: :_files' \ + && ret=0 ;; (uninstall) _message '[-k] ' && ret=0 # TODO Not implemented