Add 'shell' sub-command to shell-completion

This commit is contained in:
yannayl 2015-02-12 10:36:28 +02:00 committed by yannayl
parent 7f73b8d365
commit da7d413fb0
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]:' \