summaryrefslogtreecommitdiff
path: root/priv/shell-completion/bash/rebar3
diff options
context:
space:
mode:
authoralisdair sullivan <alisdair.sullivan@askuity.com>2015-11-01 18:49:41 -0800
committeralisdair sullivan <alisdair.sullivan@askuity.com>2015-11-01 19:55:25 -0800
commitcf66dfd6ba65bc6f2926ce3b6b67f195a3faa715 (patch)
tree7944f6dcd2d8ef80b38770c4c2145f9d6546c89e /priv/shell-completion/bash/rebar3
parent94169fbdf27bbba9c56313e7b32c743ea95be047 (diff)
adjust shell completions to match available command line options
Diffstat (limited to 'priv/shell-completion/bash/rebar3')
-rw-r--r--priv/shell-completion/bash/rebar323
1 files changed, 9 insertions, 14 deletions
diff --git a/priv/shell-completion/bash/rebar3 b/priv/shell-completion/bash/rebar3
index 87ee9eb..771297c 100644
--- a/priv/shell-completion/bash/rebar3
+++ b/priv/shell-completion/bash/rebar3
@@ -54,11 +54,7 @@ _rebar3()
--suite \
--group \
--case \
- --spec \
- --join_specs \
- --label \
--config \
- --userconfig \
--allow_user_terms \
--logdir \
--logopts \
@@ -66,21 +62,20 @@ _rebar3()
--silent_connections \
--stylesheet \
--cover \
- --cover_spec \
- --cover_stop \
- --event_handler \
- --include \
- --abort_if_missing_suites \
- --multiply_timetraps \
- --scale_timetraps \
- --create_priv_dir \
--repeat \
--duration \
--until \
--force_stop \
--basic_html \
- --ct_hooks \
- --verbose"
+ --stylesheet \
+ --decrypt_key \
+ --decrypt_file \
+ --abort_if_missing_suites \
+ --multiply_timetraps \
+ --scale_timetraps \
+ --create_priv_dir \
+ --verbose" \
+ --auto_compile
elif [[ ${prev} == deps ]] ; then
:
elif [[ ${prev} == dialyzer ]] ; then