This commit is contained in:
Vianney Lecroart 2014-12-21 12:18:31 +01:00
parent 3238eea0f9
commit 165a4d277b

View File

@ -14,7 +14,7 @@ _1st_arguments=(
'run:[default] Run this project in local development mode.' 'run:[default] Run this project in local development mode.'
'debug:Run the project, but suspend the server process for debugging.' 'debug:Run the project, but suspend the server process for debugging.'
'create:Create a new project.' 'create:Create a new project.'
'update:Upgrade this project's dependencies to their latest versions.' 'update:Upgrade this project\'s dependencies to their latest versions.'
'add:Add a package to this project.' 'add:Add a package to this project.'
'remove:Remove a package from this project.' 'remove:Remove a package from this project.'
'list:List the packages explicitly used by your project.' 'list:List the packages explicitly used by your project.'
@ -22,7 +22,7 @@ _1st_arguments=(
'install-sdk:Installs SDKs for a platform.' 'install-sdk:Installs SDKs for a platform.'
'remove-platform:Remove a platform from this project.' 'remove-platform:Remove a platform from this project.'
'list-platforms:List the platforms added to your project.' 'list-platforms:List the platforms added to your project.'
'configure-android:Run the Android configuration tool from Meteor's ADK environment.' 'configure-android:Run the Android configuration tool from Meteor\'s ADK environment.'
'build:Build this project for all platforms.' 'build:Build this project for all platforms.'
'shell:Launch a Node REPL for interactively evaluating server-side code.' 'shell:Launch a Node REPL for interactively evaluating server-side code.'
'mongo:Connect to the Mongo database for the specified site.' 'mongo:Connect to the Mongo database for the specified site.'