SelectMode

mill.define.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

@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
trait SelectMode
class Object
trait Matchable
class Any
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
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