Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reset state between tasks run with `do` so `rebar do foo, bar, baz` | alisdair sullivan | 2015-02-25 | 1 | -2/+2 |
| | | | | | | has the same outcome as `rebar3 foo && rebar3 bar && rebar3 baz` fixes #191 | ||||
* | factor out task/args parsing from `do` for use in other meta | alisdair sullivan | 2015-02-08 | 1 | -6/+2 |
| | | | | commands | ||||
* | do provider returns the error of the first provider to fail and stops | Tristan Sloughter | 2015-01-18 | 1 | -7/+15 |
| | |||||
* | add 'as' higher order task | Tristan Sloughter | 2014-12-16 | 1 | -6/+6 |
| | |||||
* | move back to using format_error/1 | Tristan Sloughter | 2014-11-09 | 1 | -4/+4 |
| | |||||
* | add format_error/2 provider callback to providers | Tristan Sloughter | 2014-10-22 | 1 | -1/+6 |
| | |||||
* | dialyzer fixes | Tristan Sloughter | 2014-10-18 | 1 | -3/+2 |
| | |||||
* | support compile jobs option | Tristan Sloughter | 2014-10-10 | 1 | -2/+2 |
| | |||||
* | move providers to separate app | Tristan Sloughter | 2014-10-03 | 1 | -9/+9 |
| | |||||
* | return error messages from providers | Tristan Sloughter | 2014-09-27 | 1 | -1/+1 |
| | |||||
* | slowly widdling away at dialyzer errors | Tristan Sloughter | 2014-09-20 | 1 | -1/+1 |
| | |||||
* | add do task | Tristan Sloughter | 2014-09-18 | 1 | -0/+45 |