diff options
author | Shoji KUMAGAI <take.this.2.your.grave@gmail.com> | 2012-11-15 17:43:15 +0900 |
---|---|---|
committer | Shoji KUMAGAI <take.this.2.your.grave@gmail.com> | 2012-11-16 14:52:34 +0900 |
commit | 0bb1416479f421618085997d3037a1643aa5822d (patch) | |
tree | 710c4b76dc5ab77d83291f380feac21b65132de5 /priv/shell-completion | |
parent | bf35ec939214faef0f33c5f7a04c94bde943546a (diff) |
Change zsh completion script
- Add 'escriptize' command
- Remove variable 'dump_spec'
Diffstat (limited to 'priv/shell-completion')
-rw-r--r-- | priv/shell-completion/zsh/_rebar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/shell-completion/zsh/_rebar b/priv/shell-completion/zsh/_rebar index 7ac5a51..968ce83 100644 --- a/priv/shell-completion/zsh/_rebar +++ b/priv/shell-completion/zsh/_rebar @@ -43,6 +43,7 @@ _rebar () { 'overlay[Run reltool overlays only]' \ 'generate-appups[Generate appup files]' \ 'generate-upgrade[Build an upgrade package]' \ + 'escriptize[Create stand-alone escript executable]' \ 'eunit[Run eunit tests]' \ 'ct[Run common_test suites]' \ 'qc[Test QuickCheck properties]' \ @@ -51,7 +52,6 @@ _rebar () { 'version[Show version information]' \ 'apps[Application names to process]:' \ 'case[Common Test case]:' \ - 'dump_spec[Dump reltool spec]:' \ '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)"' \ 'verbose[Verbosity level]::verbosity level:(0 1 2 3)' \ |