From 75a45f9163034ca9ba126cf07b3f87f3f24b1249 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 17 Feb 2018 13:11:36 -0800 Subject: Add unit test for main method discovery --- docs/pages/1 - Intro to Mill.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/pages/1 - Intro to Mill.md') diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md index 74c12a2e..8d2c4847 100644 --- a/docs/pages/1 - Intro to Mill.md +++ b/docs/pages/1 - Intro to Mill.md @@ -59,7 +59,7 @@ This can be run from the Bash shell via: ```bash $ mill foo.compile # compile sources into classfiles -$ mill foo.runMain foo.ExampleMain # run the specified main method +$ mill foo.run # run the main method, if any $ mill foo.jar # bundle the classfiles into a jar -- cgit v1.2.3