summaryrefslogtreecommitdiff
path: root/priv/shell-completion/bash/rebar3
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-06-26 09:53:27 -0500
committerTristan Sloughter <t@crashfast.com>2015-06-26 09:53:27 -0500
commit9184bffadbbbd5db988d2b048c7ab4ff342b3ec7 (patch)
tree2542ec103cb08e9383844a8bc341440ce6f94632 /priv/shell-completion/bash/rebar3
parentb85d827c80fbeb2e8031af425bc55e181f04f626 (diff)
add relup to readme and shell completitions
Diffstat (limited to 'priv/shell-completion/bash/rebar3')
-rw-r--r--priv/shell-completion/bash/rebar323
1 files changed, 23 insertions, 0 deletions
diff --git a/priv/shell-completion/bash/rebar3 b/priv/shell-completion/bash/rebar3
index ff8997d..4e28d3d 100644
--- a/priv/shell-completion/bash/rebar3
+++ b/priv/shell-completion/bash/rebar3
@@ -25,6 +25,7 @@ _rebar3()
pkgs \
plugins \
release \
+ relup \
report \
shell \
tar \
@@ -119,6 +120,28 @@ _rebar3()
--system_libs \
--version \
--root"
+ elif [[ ${prev} == relup ]] ; then
+ sopts="-n -v -g -u -o -h -l -p -V -d -i -a -c -r"
+ lopts="--relname \
+ --relvsn \
+ --goal \
+ --upfrom \
+ --output-dir \
+ --help \
+ --lib-dir \
+ --path \
+ --default-libs \
+ --verbose \
+ --dev-mode \
+ --include-erts \
+ --override \
+ --config \
+ --overlay_vars \
+ --vm_args \
+ --sys_config \
+ --system_libs \
+ --version \
+ --root"
elif [[ ${prev} == report ]] ; then
:
elif [[ ${prev} == shell ]] ; then