ShellArgs

scalafix.internal.sbt.ShellArgs
See theShellArgs companion class
object ShellArgs

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ShellArgs.type

Members list

Type members

Classlikes

sealed abstract class Arg

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Extra
class File
object NoCache
class Rule
case class Extra(key: String, value: Option[String]) extends Arg

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Arg
class Object
trait Matchable
class Any
Show all
case class File(value: String) extends Arg

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Arg
class Object
trait Matchable
class Any
Show all
case object NoCache extends Arg

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Arg
class Object
trait Matchable
class Any
Show all
Self type
NoCache.type
case class Rule(value: String) extends Arg

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Arg
class Object
trait Matchable
class Any
Show all

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 methods

def apply(args: Seq[Arg]): ShellArgs