Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
ef1e89b4
Commit
ef1e89b4
authored
Jun 15, 2018
by
Marc Cornellà
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
meteor: fix formatting and reorganise
parent
125dd323
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
32 deletions
+32
-32
_meteor
plugins/meteor/_meteor
+32
-32
No files found.
plugins/meteor/_meteor
View file @
ef1e89b4
...
@@ -13,38 +13,38 @@ _meteor_installed_packages() {
...
@@ -13,38 +13,38 @@ _meteor_installed_packages() {
local -a _1st_arguments
local -a _1st_arguments
_1st_arguments=(
_1st_arguments=(
"run: [default] Run this project in local development mode."
"add-platform:Add a platform to this project."
"debug: Run the project, but suspend the server process for debugging."
"add:Add a package to this project."
"create: Create a new project."
"admin:Administrative commands."
"update: Upgrade this project's dependencies to their latest versions."
"authorized:View or change authorized users and organizations for a site."
"add: Add a package to this project."
"build:Build this project for all platforms."
"remove: Remove a package from this project."
"claim:Claim a site deployed with an old Meteor version."
"list: List the packages explicitly used by your project."
"configure-android:Run the Android configuration tool from Meteor's ADK environment."
"add-platform: Add a platform to this project."
"create:Create a new project."
"remove-platform: Remove a platform from this project."
"debug:Run the project, but suspend the server process for debugging."
"list-platforms: List the platforms added to your project."
"deploy:Deploy this project to Meteor."
"build: Build this project for all platforms."
"lint: Build this project and run the linters printing all errors and warnings."
"shell: Launch a Node REPL for interactively evaluating server-side code."
"mongo: Connect to the Mongo database for the specified site."
"reset: Reset the project state. Erases the local database."
"deploy: Deploy this project to Meteor."
"logs: Show logs for specified site."
"authorized: View or change authorized users and organizations for a site."
"claim: Claim a site deployed with an old Meteor version."
"login: Log in to your Meteor developer account."
"logout: Log out of your Meteor developer account."
"whoami: Prints the username of your Meteor developer account."
"test-packages: Test one or more packages."
"admin: Administrative commands."
"list-sites: List sites for which you are authorized."
"publish-release: Publish a new meteor release to the package server."
"publish: Publish a new version of a package to the package server."
"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."
"install-sdk:Installs SDKs for a platform."
"configure-android:Run the Android configuration tool from Meteor’s ADK environment."
"lint:Build this project and run the linters printing all errors and warnings."
"list-platforms:List the platforms added to your project."
"list-sites:List sites for which you are authorized."
"list:List the packages explicitly used by your project."
"login:Log in to your Meteor developer account."
"logout:Log out of your Meteor developer account."
"logs:Show logs for specified site."
"mongo:Connect to the Mongo database for the specified site."
"publish-for-arch:Builds an already-published package for a new platform."
"publish-release:Publish a new meteor release to the package server."
"publish:Publish a new version of a package to the package server."
"remove-platform:Remove a platform from this project."
"remove:Remove a package from this project."
"reset:Reset the project state. Erases the local database."
"run:[default] Run this project in local development mode."
"search:Search through the package server database."
"shell:Launch a Node REPL for interactively evaluating server-side code."
"show:Show detailed information about a release or package."
"test-packages:Test one or more packages."
"update:Upgrade this project's dependencies to their latest versions."
"whoami:Prints the username of your Meteor developer account."
)
)
local expl
local expl
...
@@ -64,4 +64,4 @@ case "$words[2]" in
...
@@ -64,4 +64,4 @@ case "$words[2]" in
add)
add)
_meteor_all_packages
_meteor_all_packages
_wanted packages expl 'all packages' compadd -a packages ;;
_wanted packages expl 'all packages' compadd -a packages ;;
esac
esac
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment