mill.define.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
@Scaladoc(value = "/**\n * All args are treated as targets or commands. If a `--` is detected,\n * subsequent args are parameters to all commands.\n */")
object Multi extends SelectMode
All args are treated as targets or commands. If a --
is detected, subsequent args are parameters to all commands.
All args are treated as targets or commands. If a --
is detected, subsequent args are parameters to all commands.
Attributes
- Source
- SelectMode.scala
- Supertypes
- Self type
-
Multi.type
@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.
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
- Supertypes
- Self type
-
Separated.type
Inherited and Abstract types
The names of the product elements
The name of the type
In this article