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
9cd3701a
Commit
9cd3701a
authored
Apr 25, 2018
by
Konstantin Zolotarev
Committed by
Marc Cornellà
Apr 25, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added ecto tasks (#6035)
parent
bf87e99a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
_mix
plugins/mix/_mix
+9
-0
No files found.
plugins/mix/_mix
View file @
9cd3701a
...
@@ -21,6 +21,15 @@ _1st_arguments=(
...
@@ -21,6 +21,15 @@ _1st_arguments=(
'deps.unlock:Unlock the given dependencies'
'deps.unlock:Unlock the given dependencies'
'deps.update:Update the given dependencies'
'deps.update:Update the given dependencies'
'do:Executes the tasks separated by comma'
'do:Executes the tasks separated by comma'
'ecto.create:Create Ecto database'
'ecto.drop:Drop the storage for the given repository'
'ecto.dump:Dumps the current environment’s database structure'
'ecto.gen.migration:Generates a migration'
'ecto.gen.repo:Generates a new repository'
'ecto.load:Loads the current environment’s database structure'
'ecto.migrate:Runs Ecto migration'
'ecto.migrations:Displays the up / down migration status'
'ecto.rollback:Reverts applied migrations'
'escript.build:Builds an escript for the project'
'escript.build:Builds an escript for the project'
'help:Print help information for tasks'
'help:Print help information for tasks'
'hex:Print hex help information'
'hex:Print hex help information'
...
...
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