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
5ce96c3f
Commit
5ce96c3f
authored
Oct 03, 2018
by
Zach Whitten
Committed by
Marc Cornellà
Oct 03, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mix: add Nerves tasks to completion (#7180)
parent
dfe7d6ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
README.md
plugins/mix/README.md
+1
-0
_mix
plugins/mix/_mix
+8
-0
No files found.
plugins/mix/README.md
View file @
5ce96c3f
...
@@ -16,3 +16,4 @@ plugins=(... mix)
...
@@ -16,3 +16,4 @@ plugins=(... mix)
| Phoenix v1.3.0 and above|
[
Phoenix
](
https://hexdocs.pm/phoenix/Phoenix.html
)
|
| Phoenix v1.3.0 and above|
[
Phoenix
](
https://hexdocs.pm/phoenix/Phoenix.html
)
|
| Ecto |
[
Ecto
](
https://hexdocs.pm/ecto/Ecto.html
)
|
| Ecto |
[
Ecto
](
https://hexdocs.pm/ecto/Ecto.html
)
|
| Hex |
[
Hex
](
https://hex.pm/
)
|
| Hex |
[
Hex
](
https://hex.pm/
)
|
| Nerves |
[
Nerves
](
https://nerves-project.org/
)
|
plugins/mix/_mix
View file @
5ce96c3f
...
@@ -31,6 +31,9 @@ _1st_arguments=(
...
@@ -31,6 +31,9 @@ _1st_arguments=(
'ecto.migrations:Displays the up / down migration status'
'ecto.migrations:Displays the up / down migration status'
'ecto.rollback:Reverts applied migrations'
'ecto.rollback:Reverts applied migrations'
'escript.build:Builds an escript for the project'
'escript.build:Builds an escript for the project'
'firmware:Nerves - Build a firmware image for the selected target platform'
'firmware.burn:Nerves - Writes the generated firmware image to an attached SDCard or file'
'firmware.image:Nerves - Create a firmware image file that can be copied byte-for-byte'
'help:Print help information for tasks'
'help:Print help information for tasks'
'hex:Print hex help information'
'hex:Print hex help information'
'hex.config:Read or update hex config'
'hex.config:Read or update hex config'
...
@@ -48,6 +51,11 @@ _1st_arguments=(
...
@@ -48,6 +51,11 @@ _1st_arguments=(
'local.phoenix:Updates Phoenix locally'
'local.phoenix:Updates Phoenix locally'
'local.phx:Updates the Phoenix project generator locally'
'local.phx:Updates the Phoenix project generator locally'
'local.rebar:Install rebar locally'
'local.rebar:Install rebar locally'
'nerves.artifact:Create an artifact for a specified Nerves package'
'nerves.artifact.get:Nerves get artifacts'
'nerves.info:Prints Nerves system information'
'nerves.new:Create a new Nerves application'
'nerves.release.init:Prepare a new Nerves project for use with releases'
'new:Create a new Elixir project'
'new:Create a new Elixir project'
'phoenix.digest:Digests and compress static files'
'phoenix.digest:Digests and compress static files'
'phoenix.gen.channel:Generates a Phoenix channel'
'phoenix.gen.channel:Generates a Phoenix channel'
...
...
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