Mode

dfhdl.app.ParsedCommandLine.Mode
See theMode companion class
object Mode

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Mode.type

Members list

Type members

Classlikes

trait CommitMode extends CompileMode

Attributes

Supertypes
trait CompileMode
class Object
trait Matchable
class Any
Known subtypes
trait LintMode
object lint
object commit
Self type
ScallopConf & Mode
trait CompileMode extends ElaborateMode

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait CommitMode
trait LintMode
object lint
object commit
object compile
Self type
ScallopConf & Mode

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait CompileMode
trait CommitMode
trait LintMode
object lint
object commit
object compile
object elaborate
Show all
Self type
ScallopConf & Mode
trait LintMode extends CommitMode

Attributes

Supertypes
trait CommitMode
trait CompileMode
class Object
trait Matchable
class Any
Show all
Known subtypes
object lint
Self type
ScallopConf & Mode
case object commit extends Mode, CommitMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait CommitMode
trait CompileMode
class Mode
trait Serializable
trait Product
trait Equals
class Subcommand
class ScallopConf
class ScallopConfBase
trait ScallopConfValidations
class Object
trait Matchable
class Any
Show all
Self type
commit.type
case object compile extends Mode, CompileMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait CompileMode
class Mode
trait Serializable
trait Product
trait Equals
class Subcommand
class ScallopConf
class ScallopConfBase
trait ScallopConfValidations
class Object
trait Matchable
class Any
Show all
Self type
compile.type
case object elaborate extends Mode, ElaborateMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Mode
trait Serializable
trait Product
trait Equals
class Subcommand
class ScallopConf
class ScallopConfBase
trait ScallopConfValidations
class Object
trait Matchable
class Any
Show all
Self type
elaborate.type
case object help extends Mode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Mode
trait Serializable
trait Product
trait Equals
class Subcommand
class ScallopConf
class ScallopConfBase
trait ScallopConfValidations
class Object
trait Matchable
class Any
Show all
Self type
help.type
case object lint extends Mode, LintMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait LintMode
trait CommitMode
trait CompileMode
class Mode
trait Serializable
trait Product
trait Equals
class Subcommand
class ScallopConf
class ScallopConfBase
trait ScallopConfValidations
class Object
trait Matchable
class Any
Show all
Self type
lint.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

val helpFormatter: ScallopHelpFormatter

Givens

Givens

given derived$CanEqual: CanEqual[Mode, Mode]