summaryrefslogtreecommitdiff
path: root/main/api/src/mill/api/Ctx.scala
diff options
context:
space:
mode:
Diffstat (limited to 'main/api/src/mill/api/Ctx.scala')
-rw-r--r--main/api/src/mill/api/Ctx.scala5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/api/src/mill/api/Ctx.scala b/main/api/src/mill/api/Ctx.scala
index 4ccf5a7d..69d01f7e 100644
--- a/main/api/src/mill/api/Ctx.scala
+++ b/main/api/src/mill/api/Ctx.scala
@@ -29,7 +29,10 @@ object Ctx {
implicit def logToCtx(l: Logger): Log = new Log { def log = l }
}
- /** Access to the projects home path. */
+ /**
+ * Access to some internal storage dir used by underlying ammonite.
+ * You should not need this in a buildscript.
+ */
trait Home {
def home: os.Path
}