mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-13 03:12:21 +01:00
escape '
This commit is contained in:
parent
3238eea0f9
commit
165a4d277b
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ _1st_arguments=(
|
|||
'run:[default] Run this project in local development mode.'
|
||||
'debug:Run the project, but suspend the server process for debugging.'
|
||||
'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.'
|
||||
'remove:Remove a package from this project.'
|
||||
'list:List the packages explicitly used by your project.'
|
||||
|
|
@ -22,7 +22,7 @@ _1st_arguments=(
|
|||
'install-sdk:Installs SDKs for a platform.'
|
||||
'remove-platform:Remove a platform from this 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.'
|
||||
'shell:Launch a Node REPL for interactively evaluating server-side code.'
|
||||
'mongo:Connect to the Mongo database for the specified site.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue