mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
Change zsh completion script
- Add 'escriptize' command - Remove variable 'dump_spec'
This commit is contained in:
parent
bf35ec9392
commit
0bb1416479
1 changed files with 1 additions and 1 deletions
|
@ -43,6 +43,7 @@ _rebar () {
|
||||||
'overlay[Run reltool overlays only]' \
|
'overlay[Run reltool overlays only]' \
|
||||||
'generate-appups[Generate appup files]' \
|
'generate-appups[Generate appup files]' \
|
||||||
'generate-upgrade[Build an upgrade package]' \
|
'generate-upgrade[Build an upgrade package]' \
|
||||||
|
'escriptize[Create stand-alone escript executable]' \
|
||||||
'eunit[Run eunit tests]' \
|
'eunit[Run eunit tests]' \
|
||||||
'ct[Run common_test suites]' \
|
'ct[Run common_test suites]' \
|
||||||
'qc[Test QuickCheck properties]' \
|
'qc[Test QuickCheck properties]' \
|
||||||
|
@ -51,7 +52,6 @@ _rebar () {
|
||||||
'version[Show version information]' \
|
'version[Show version information]' \
|
||||||
'apps[Application names to process]:' \
|
'apps[Application names to process]:' \
|
||||||
'case[Common Test case]:' \
|
'case[Common Test case]:' \
|
||||||
'dump_spec[Dump reltool spec]:' \
|
|
||||||
'jobs[Number of workers]::workers:(0 1 2 3 4 5 6 7 8 9)' \
|
'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)"' \
|
'suites[Common Test suites]::suite name:_path_files -W "(src test)" -g "*.erl(:r)"' \
|
||||||
'verbose[Verbosity level]::verbosity level:(0 1 2 3)' \
|
'verbose[Verbosity level]::verbosity level:(0 1 2 3)' \
|
||||||
|
|
Loading…
Reference in a new issue