summaryrefslogtreecommitdiff
path: root/src/rebar_prv_path.erl
Commit message (Collapse)AuthorAgeFilesLines
* Support all deps & locks in rebar3 pathFred Hebert2016-03-191-2/+6
| | | | | | | | | | By default, the dependency only handled versioned packages and top-level source dependencies, and locks were being ignored. This patch makes it so locks and package deps are being considered, generating full-blown path lists. Should fix #1117
* fix dialyzer warningsTristan Sloughter2015-09-091-5/+3
|
* shell completions for `rebar3 path'alisdair sullivan2015-09-071-5/+5
|
* default to `ebin' for `rebar3 path' command and use single spacealisdair sullivan2015-08-311-14/+18
| | | | as default seperator
* `rebar3 path' provideralisdair sullivan2015-08-291-0/+123
prints requested paths to stdout based on current profile