Merge pull request #452 from yannayl/patch-1

added 'shell' command to bash-completion
This commit is contained in:
Fred Hebert 2015-02-15 11:23:31 -05:00
commit f56268383a
2 changed files with 2 additions and 0 deletions

View file

@ -39,6 +39,7 @@ _rebar()
prepare-deps \
qc \
refresh-deps \
shell \
update-deps \
version \
xref \

View file

@ -66,6 +66,7 @@ _rebar () {
'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)' \
'skip_apps[Application names to not process]::flag:(true false)' \
'target_dir[Target directory]:' \