diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-09-10 16:41:48 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-09-10 16:41:48 -0500 |
commit | 9fb81989267b01a954108c4b9528e52a595aa199 (patch) | |
tree | b4091bfab1458039c033db6d4838f2863cae3bc9 /priv/shell-completion/bash | |
parent | 286e832a29ee502f5debb5a7393e7209e1848cf4 (diff) |
update completions and docs for command unstable install and upgrade
Diffstat (limited to 'priv/shell-completion/bash')
-rw-r--r-- | priv/shell-completion/bash/rebar3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/priv/shell-completion/bash/rebar3 b/priv/shell-completion/bash/rebar3 index 511d537..30d74dd 100644 --- a/priv/shell-completion/bash/rebar3 +++ b/priv/shell-completion/bash/rebar3 @@ -33,6 +33,7 @@ _rebar3() tar \ tree \ unlock \ + unstable \ update \ upgrade \ version \ @@ -187,6 +188,8 @@ _rebar3() elif [[ ${prev} == tree ]] ; then sopts="-v" lopts="--verbose" + elif [[ ${prev} == unstable ]] ; then + : elif [[ ${prev} == update ]] ; then : elif [[ ${prev} == upgrade ]] ; then |