Param

harness.cli.Param$
See theParam companion trait
object Param

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Param.type

Members list

Type members

Classlikes

final case class LongFlag(name: LongName) extends Param

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Param
class Object
trait Matchable
class Any
Show all
sealed abstract class LongToggle(val prefix: String, val trueName: LongName, val falseName: LongName, val baseName: LongName) extends Param

Attributes

Companion
object
Supertypes
trait Param
class Object
trait Matchable
class Any
Known subtypes
class PrefixBoth
class PrefixFalse
class PrefixTrue
object LongToggle

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
LongToggle.type
final case class LongWithValue(name: LongName) extends Param

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Param
class Object
trait Matchable
class Any
Show all
final case class ShortFlag(name: ShortName) extends Param

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Param
class Object
trait Matchable
class Any
Show all
final case class ShortToggle(trueName: ShortName, falseName: ShortName) extends Param

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Param
class Object
trait Matchable
class Any
Show all
final case class ShortWithValue(name: ShortName) extends Param

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Param
class Object
trait Matchable
class Any
Show all
final case class Value(name: LongName, many: Boolean) extends Param

Attributes

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