diff options
author | Shoji KUMAGAI <take.this.2.your.grave@gmail.com> | 2012-12-03 00:04:07 +0900 |
---|---|---|
committer | Shoji KUMAGAI <take.this.2.your.grave@gmail.com> | 2012-12-03 00:04:07 +0900 |
commit | f5a5843d776b85f716e3b8416cf92b8d412fdae4 (patch) | |
tree | f00da7d17cd8776fce8b9ddbd2961839d15409d6 /priv/shell-completion/zsh | |
parent | 40ef11b4c4134ba9abb43912554c9396336de571 (diff) |
Add missing variables
- add overlay_vars=, target_dir=, and tests= with short description
Diffstat (limited to 'priv/shell-completion/zsh')
-rw-r--r-- | priv/shell-completion/zsh/_rebar | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/priv/shell-completion/zsh/_rebar b/priv/shell-completion/zsh/_rebar index 1b917dc..3d04ba1 100644 --- a/priv/shell-completion/zsh/_rebar +++ b/priv/shell-completion/zsh/_rebar @@ -57,13 +57,16 @@ _rebar () { 'suites[Common Test suites]::suite name:_path_files -W "(src test)" -g "*.erl(:r)"' \ 'verbose[Verbosity level]::verbosity level:(0 1 2 3)' \ 'appid[Application id]:' \ + 'overlay_vars[Overlay variables file]:' \ 'previous_release[Previous release path]:' \ 'nodeid[Node id]:' \ 'root_dir[Reltool config root directory]::directory:_files -/' \ 'skip_deps[Skip deps]::flag:(true false)' \ 'skip_apps[Application names to not process]::flag:(true false)' \ + 'target_dir[Target directory]:' \ 'template[Template name]:' \ 'template_dir[Template directory]::directory:_files -/' \ + 'tests[Run eunit tests whose name starts with given string]:' \ && ret=0 ;; esac |