mill.api.daemon.SelectMode
See theSelectMode companion trait
object SelectMode
Attributes
- Companion
- trait
- 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 tasks or commands. If a `--` is detected,\n * subsequent args are parameters to all commands.\n */")
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
- 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 task/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 task/command.
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article