diff options
author | alisdair sullivan <alisdair.sullivan@askuity.com> | 2015-09-13 21:09:12 -0700 |
---|---|---|
committer | alisdair sullivan <alisdair.sullivan@askuity.com> | 2015-09-29 15:28:52 -0700 |
commit | a4e020d1eded872cfc910f5c9cff0a87808f43ce (patch) | |
tree | b930cd5a207aed79d51f6652234cd45d3e668319 /priv/shell-completion/bash | |
parent | 391d95d9532fb1c3a2792542653aa065da775228 (diff) |
update shell completions for new eunit commands
Diffstat (limited to 'priv/shell-completion/bash')
-rw-r--r-- | priv/shell-completion/bash/rebar3 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |