File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
website/docs/modules/ROOT/partials Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ This page documents the use cases and features of Mill's single-file {language}
22These are {language} modules with a single source file, with build configuration included
33in a header comment block at the top of the file.
44
5- {language} scripts can be standalone or xref:#_project_moduledeps[part of a larger Mill project].
5+ {language} single-file scripts can be standalone or xref:#_project_moduledeps[part of a larger Mill project].
66They can be run via `./mill Foo.{language-ext}` from the command line, or have other tasks on
77them executed via `./mill Foo.{language-ext}:compile` or `./mill Foo.{language-ext}:assembly` .
88Apart from being limited to a single source file, single-file script modules otherwise
You can’t perform that action at this time.
0 commit comments