summaryrefslogtreecommitdiff
path: root/core/src/main/scala/forge/discover/Router.scala
Commit message (Expand)AuthorAgeFilesLines
* rename forge -> millLi Haoyi2017-11-101-393/+0
* Kill `Router.main` annotation and make routing dependent on the `Command` ret...Li Haoyi2017-11-101-2/+1
* Migrate over to the new `Task`/`Target`/`Command` splitLi Haoyi2017-11-091-3/+3
* - Allow main methods to return `Target[T]`s, so they can then be evaled by an...Li Haoyi2017-11-071-3/+4
* Recursive main-method resolution now works, as part of the normal discovery r...Li Haoyi2017-11-051-4/+0
* Forked `ammonite.main.Router` into `forge.discover.Router`, to let us generat...Li Haoyi2017-11-051-0/+397