From 6aba4d619d11e3f7f2c5128aa34162df655af37b Mon Sep 17 00:00:00 2001 From: Gabriele Petronella Date: Sun, 18 Mar 2018 01:36:28 +0900 Subject: Rename 'describe' to 'inspect' in the docs, following 6336860 (#235) --- docs/pages/6 - Extending Mill.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/pages/6 - Extending Mill.md') diff --git a/docs/pages/6 - Extending Mill.md b/docs/pages/6 - Extending Mill.md index a6c096a6..135a63ed 100644 --- a/docs/pages/6 - Extending Mill.md +++ b/docs/pages/6 - Extending Mill.md @@ -177,7 +177,7 @@ def idea(ev: Evaluator[Any]) = T.command{ ``` Many built-in tools are implemented as custom evaluator commands: -[all](intro.html#all), [describe](intro.html#describe), +[all](intro.html#all), [inspect](intro.html#inspect), [resolve](intro.html#resolve), [show](intro.html#show). If you want a way to run Mill commands and programmatically manipulate the tasks and outputs, you do so with your own evaluator command. -- cgit v1.2.3