Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Commit

Permalink
completion: add libid= to bash and zsh scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuncer Ayaz committed Jul 14, 2015
1 parent e83a214 commit 6ca7156
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion priv/shell-completion/bash/rebar
Original file line number Diff line number Diff line change
Expand Up @@ -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= \
Expand Down
3 changes: 2 additions & 1 deletion priv/shell-completion/zsh/_rebar
Original file line number Diff line number Diff line change
Expand Up @@ -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)' \
Expand Down

0 comments on commit 6ca7156

Please sign in to comment.