summaryrefslogtreecommitdiff
path: root/priv/shell-completion/zsh
Commit message (Collapse)AuthorAgeFilesLines
* Fix #56 (always-on recursion)Tuncer Ayaz2014-03-111-0/+3
| | | | | | | | | | | | | | | | | | Always-on recursive application of all rebar commands causes too many issues. Recursive application is required for: 1. dealing with dependencies: get-deps, update-deps, and compile of deps right after get-deps or update-deps 2. projects with a riak-like apps/ project structure and dev process The vast majority of projects are not structured like riak. Therefore, moving forward it's best to (by default) restrict recursive behavior to dealing with deps. This commit does that and also adds command line and rebar.config options for controlling or configuring recursion. Also, we introduce two meta commands: prepare-deps (equivalent to rebar -r get-deps compile) and refresh-deps (equivalent to rebar -r update-deps compile). riak-like projects can extend the list of recursive commands (to include 'eunit' and 'compile') by adding {recursive_cmds, [eunit, compile]} to rebar.config.
* Add a library templatePierre Fenoll2013-12-191-0/+1
|
* Change default log level to 'warn' and introduce -q/--quietTuncer Ayaz2013-12-061-4/+4
|
* Add missing variablesShoji KUMAGAI2012-12-031-0/+3
| | | | - add overlay_vars=, target_dir=, and tests= with short description
* zsh-completion: add 'dump_spec' back againShoji KUMAGAI2012-12-011-0/+1
|
* Change zsh completion scriptShoji KUMAGAI2012-11-161-1/+1
| | | | | - Add 'escriptize' command - Remove variable 'dump_spec'
* zsh completion: fix typosTuncer Ayaz2012-11-011-9/+9
|
* Add zsh completion scriptShoji KUMAGAI2012-11-011-0/+79
For enable to shell-completion in zsh.