SelectMode

mill.api.daemon.SelectMode
See theSelectMode companion trait
object SelectMode

Attributes

Companion
trait
Source
SelectMode.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class 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
trait SelectMode
class Object
trait Matchable
class Any
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
trait SelectMode
class Object
trait Matchable
class Any
Self type
Separated.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements.

The names of the product elements.

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type.

The name of the type.

Attributes

Inherited from:
Mirror
Source
Mirror.scala