mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 11:09:35 +00:00
Add 'shell' sub-command to shell-completion
This commit is contained in:
parent
7f73b8d365
commit
da7d413fb0
2 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,7 @@ _rebar()
|
||||||
prepare-deps \
|
prepare-deps \
|
||||||
qc \
|
qc \
|
||||||
refresh-deps \
|
refresh-deps \
|
||||||
|
shell \
|
||||||
update-deps \
|
update-deps \
|
||||||
version \
|
version \
|
||||||
xref \
|
xref \
|
||||||
|
|
|
@ -66,6 +66,7 @@ _rebar () {
|
||||||
'profiler[Select profiler]::flag:(fprof eflame)' \
|
'profiler[Select profiler]::flag:(fprof eflame)' \
|
||||||
'nodeid[Node id]:' \
|
'nodeid[Node id]:' \
|
||||||
'root_dir[Reltool config root directory]::directory:_files -/' \
|
'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_deps[Skip deps]::flag:(true false)' \
|
||||||
'skip_apps[Application names to not process]::flag:(true false)' \
|
'skip_apps[Application names to not process]::flag:(true false)' \
|
||||||
'target_dir[Target directory]:' \
|
'target_dir[Target directory]:' \
|
||||||
|
|
Loading…
Reference in a new issue