From a4e020d1eded872cfc910f5c9cff0a87808f43ce Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Sun, 13 Sep 2015 21:09:12 -0700 Subject: update shell completions for new eunit commands --- priv/shell-completion/bash/rebar3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'priv/shell-completion/bash') diff --git a/priv/shell-completion/bash/rebar3 b/priv/shell-completion/bash/rebar3 index 30d74dd..87ee9eb 100644 --- a/priv/shell-completion/bash/rebar3 +++ b/priv/shell-completion/bash/rebar3 @@ -93,8 +93,8 @@ _rebar3() elif [[ ${prev} == escriptize ]] ; then : elif [[ ${prev} == eunit ]] ; then - sopts="-c -v" - lopts="--app --cover --suite --verbose" + sopts="-c -e -v" + lopts="--app --application --cover --dir --error_on_warning --file --module --suite --verbose" elif [[ ${prev} == help ]] ; then : elif [[ ${prev} == new ]] ; then -- cgit v1.1