Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #267, refactor as/do/namespace interactions | Fred Hebert | 2015-03-13 | 1 | -1/+11 |
| | | | | | | | | | | Breaking up initial call to parse from the ones deep inside the provider parsing to do smarter namespace detection, added 'as' the ability to look into these also, and cleaned up the code a whole lot that would depend on implicit assumptions. A side-effect is that 'do' is now valid for all namespaces, although it can be overriden. | ||||
* | parse `rebar3 as foo, bar task` correctly | alisdair sullivan | 2015-03-06 | 1 | -8/+12 |
| | | | | fixes #238 | ||||
* | `as` delegates task handling to `do` provider | alisdair sullivan | 2015-03-02 | 1 | -13/+37 |
| | |||||
* | update readme for 'as' | Tristan Sloughter | 2014-12-16 | 1 | -2/+2 |
| | |||||
* | add 'as' higher order task | Tristan Sloughter | 2014-12-16 | 1 | -0/+52 |