summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2015-07-14 21:32:49 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2015-07-14 21:32:49 +0200
commit6ca71569c8f726ce24ba2396794aaf065384770f (patch)
tree515a764423f865cf467c02022c4957e8f3f5ef4b /priv
parente83a214e2984c5d2e0cb96c6dc7eb0d9ef3bc1d7 (diff)
downloadrebar-6ca71569c8f726ce24ba2396794aaf065384770f.tar.gz
completion: add libid= to bash and zsh scripts
Diffstat (limited to 'priv')
-rw-r--r--priv/shell-completion/bash/rebar3
-rw-r--r--priv/shell-completion/zsh/_rebar3
2 files changed, 4 insertions, 2 deletions
diff --git a/priv/shell-completion/bash/rebar b/priv/shell-completion/bash/rebar
index c017d20..5889e17 100644
--- a/priv/shell-completion/bash/rebar
+++ b/priv/shell-completion/bash/rebar
@@ -55,11 +55,12 @@ _rebar()
jobs= \
suites= \
verbose=1 \
+ libid= \
appid= \
+ nodeid= \
overlay_vars= \
previous_release= \
profiler= \
- nodeid= \
root_dir= \
skip_deps=true \
skip_apps= \
diff --git a/priv/shell-completion/zsh/_rebar b/priv/shell-completion/zsh/_rebar
index 2ba7cdc..66a9264 100644
--- a/priv/shell-completion/zsh/_rebar
+++ b/priv/shell-completion/zsh/_rebar
@@ -63,11 +63,12 @@ _rebar () {
'jobs[Number of workers]::workers:(0 1 2 3 4 5 6 7 8 9)' \
'suites[Common Test suites]::suite name:_path_files -W "(src test)" -g "*.erl(:r)"' \
'verbose[Verbosity level]::verbosity level:(0 1 2 3)' \
+ 'libid[Library id]:' \
'appid[Application id]:' \
+ 'nodeid[Node id]:' \
'overlay_vars[Overlay variables file]:' \
'previous_release[Previous release path]:' \
'profiler[Select profiler]::flag:(fprof eflame)' \
- 'nodeid[Node id]:' \
'root_dir[Reltool config root directory]::directory:_files -/' \
'shell[Start a shell similar to erl -pa ebin -pa deps/*/ebin]' \
'skip_deps[Skip deps]::flag:(true false)' \