Commit 56bc1c37 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #3609 from craigp/added_local_hex_to_mix_plugin

Added the 'mix local.hex' command to plugin completions for mix
parents 43bdea4c 8ce12457
......@@ -21,6 +21,7 @@ _1st_arguments=(
'local.install:Install a task or an archive locally'
'local.rebar:Install rebar locally'
'local.uninstall:Uninstall local tasks or archives'
'local.hex:Install Hex locally'
'new:Creates a new Elixir project'
'run:Run the given file or expression'
"test:Run a project's tests"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment