diff options
author | Robby Russell <robby@planetargon.com> | 2015-02-22 10:03:33 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2015-02-22 10:03:33 -0800 |
commit | 56bc1c37f5e6188f6dc685d5b3a63bb745f89737 (patch) | |
tree | 100fe5d1f1da242ab814ad29f2c84532a4005fd7 /plugins/mix | |
parent | 43bdea4c2fab0ff313a28e2b45274a90c8cc3c76 (diff) | |
parent | 8ce1245770a0d9a8f738362bbf749e918b48d7e9 (diff) | |
download | zsh-56bc1c37f5e6188f6dc685d5b3a63bb745f89737.tar.gz zsh-56bc1c37f5e6188f6dc685d5b3a63bb745f89737.tar.bz2 zsh-56bc1c37f5e6188f6dc685d5b3a63bb745f89737.zip |
Merge pull request #3609 from craigp/added_local_hex_to_mix_plugin
Added the 'mix local.hex' command to plugin completions for mix
Diffstat (limited to 'plugins/mix')
-rw-r--r-- | plugins/mix/_mix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mix/_mix b/plugins/mix/_mix index 602f5ffa0..b7c982e0a 100644 --- a/plugins/mix/_mix +++ b/plugins/mix/_mix @@ -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" |