Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make deps task listed in help and update zsh/bash completions | Tristan Sloughter | 2015-05-21 | 1 | -1/+11 |
| | |||||
* | Add in shell completion for wtf->report rename | Fred Hebert | 2015-04-13 | 1 | -4/+4 |
| | |||||
* | update the dir used for upgrade deps to the new path under _build | Tristan Sloughter | 2015-04-03 | 1 | -2/+2 |
| | |||||
* | implement zsh completion | derwinlu | 2015-04-03 | 2 | -87/+224 |
| | |||||
* | Fix #56 (always-on recursion) | Tuncer Ayaz | 2014-03-11 | 1 | -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 template | Pierre Fenoll | 2013-12-19 | 1 | -0/+1 |
| | |||||
* | Change default log level to 'warn' and introduce -q/--quiet | Tuncer Ayaz | 2013-12-06 | 1 | -4/+4 |
| | |||||
* | Add missing variables | Shoji KUMAGAI | 2012-12-03 | 1 | -0/+3 |
| | | | | - add overlay_vars=, target_dir=, and tests= with short description | ||||
* | zsh-completion: add 'dump_spec' back again | Shoji KUMAGAI | 2012-12-01 | 1 | -0/+1 |
| | |||||
* | Change zsh completion script | Shoji KUMAGAI | 2012-11-16 | 1 | -1/+1 |
| | | | | | - Add 'escriptize' command - Remove variable 'dump_spec' | ||||
* | zsh completion: fix typos | Tuncer Ayaz | 2012-11-01 | 1 | -9/+9 |
| | |||||
* | Add zsh completion script | Shoji KUMAGAI | 2012-11-01 | 1 | -0/+79 |
For enable to shell-completion in zsh. |