From 8ce1245770a0d9a8f738362bbf749e918b48d7e9 Mon Sep 17 00:00:00 2001 From: Craig Paterson Date: Thu, 19 Feb 2015 17:55:32 +0200 Subject: [PATCH] added the 'mix local.hex' command to plugin completions --- plugins/mix/_mix | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/mix/_mix b/plugins/mix/_mix index 602f5ffa..b7c982e0 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"