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
trait SelectMode
class Object
trait Matchable
class Any
Self type
Separated.type
In this article