CmdArg

git4s.data.value.args$package.CmdArg
object CmdArg extends NewType[String, CmdArg]

Attributes

Graph
Supertypes
trait NewType[String, CmdArg]
class Object
trait Matchable
class Any
Self type
CmdArg.type

Members list

Type members

Inherited types

type Boxed = CmdArg

Attributes

Inherited from:
NewType
type Unboxed = String

Attributes

Inherited from:
NewType

Value members

Inherited methods

final def apply(value: String): CmdArg

Attributes

Inherited from:
NewType

Extensions

Extensions

extension (ctx: StringContext)
inline def cmd(v: Any*): CmdArg

Inherited extensions

extension (t: CmdArg)
def value: String

Attributes

Inherited from:
NewType