diff options
author | Adnan Y <ad@nanlabs.net> | 2015-04-10 16:12:03 -0700 |
---|---|---|
committer | Marc CornellĂ <marc.cornella@live.com> | 2018-06-15 23:05:45 +0200 |
commit | 125dd32361df63626ff7a3ff2ebc3416d2e3be55 (patch) | |
tree | fc6f8348f05ae61e854472c6c530ccd919c23ae3 /plugins/meteor | |
parent | 2647a8ccfd8beebda0d5362fd3ec610dda8d6441 (diff) | |
download | zsh-125dd32361df63626ff7a3ff2ebc3416d2e3be55.tar.gz zsh-125dd32361df63626ff7a3ff2ebc3416d2e3be55.tar.bz2 zsh-125dd32361df63626ff7a3ff2ebc3416d2e3be55.zip |
meteor: completion updated with more commands
Diffstat (limited to 'plugins/meteor')
-rw-r--r-- | plugins/meteor/_meteor | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/meteor/_meteor b/plugins/meteor/_meteor index 69ac7a1b7..48b9fa4c1 100644 --- a/plugins/meteor/_meteor +++ b/plugins/meteor/_meteor @@ -43,6 +43,8 @@ _1st_arguments=( "publish-for-arch: Builds an already-published package for a new platform." "search: Search through the package server database." "show: Show detailed information about a release or package." + "install-sdk:Installs SDKs for a platform." + "configure-android:Run the Android configuration tool from Meteor’s ADK environment." ) local expl |