Skip to content

Commit

Permalink
#40 adb: Complete install command
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoulaj committed Aug 9, 2011
1 parent 1082ba2 commit b85b912
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _adb
Expand Up @@ -122,7 +122,12 @@ _adb() {
&& ret=0
;;
(install)
_message '[-l] [-r] [-s] <file>' && 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] <package>' && ret=0 # TODO Not implemented
Expand Down

0 comments on commit b85b912

Please sign in to comment.