mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 03:00:12 +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 \
|
||||
qc \
|
||||
refresh-deps \
|
||||
shell \
|
||||
update-deps \
|
||||
version \
|
||||
xref \
|
||||
|
|
|
@ -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]:' \
|
||||
|
|
Loading…
Reference in a new issue