Separated
mill.define.SelectMode.Separated
@Scaladoc(value = "/**\n * Like a combination of [[Single]] and [[Multi]], behaving like [[Single]]\n * but using a special separator (`++`) to start parsing another target/command.\n */")
object Separated extends SelectMode
Like a combination of Single and Multi, behaving like Single but using a special separator (++
) to start parsing another target/command.
Attributes
- Source
- SelectMode.scala
- Graph
-
- Supertypes
- Self type
-
Separated.type
In this article