mill.api.daemon.SelectMode
See theSelectMode companion trait
object SelectMode
Attributes
- Companion
- trait
- Source
- SelectMode.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SelectMode.type
Members list
Type members
Classlikes
object Multi extends SelectMode
All args are treated as tasks or commands. If a -- is detected, subsequent args are parameters to all commands.
All args are treated as tasks or commands. If a -- is detected, subsequent args are parameters to all commands.
Attributes
- Source
- SelectMode.scala
- Supertypes
- Self type
-
Multi.type
object Separated extends SelectMode
Like a combination of Single and Multi, behaving like Single but using a special separator (++) to start parsing another task/command.
Like a combination of Single and Multi, behaving like Single but using a special separator (++) to start parsing another task/command.
Attributes
- Source
- SelectMode.scala
- Supertypes
- Self type
-
Separated.type
Inherited and Abstract types
The names of the product elements.
The name of the type.
In this article