Arg

oxygen.cli.Arg
See theArg companion trait
object Arg

Attributes

Companion
trait
Experimental
true
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Arg.type

Members list

Type members

Classlikes

final case class Bracketed(index: Int, values: List[ValueLike], params: List[ParamLike]) extends ValueLike

Attributes

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

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ParamLike.type
sealed trait ParamLike extends Arg

Attributes

Companion
object
Supertypes
trait Arg
class Object
trait Matchable
class Any
Known subtypes
final case class ScopedParam(index: Int, name: SimpleName, values: List[ValueLike]) extends ParamLike

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ParamLike
trait Arg
class Object
trait Matchable
class Any
Show all
final case class ShortParamMulti(index: Int, subIndex: Int, name: ShortName) extends ParamLike

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ParamLike
trait Arg
class Object
trait Matchable
class Any
Show all
final case class Value(index: Int, value: String) extends ValueLike

Attributes

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

Attributes

Supertypes
trait Arg
class Object
trait Matchable
class Any
Known subtypes
class Bracketed
class Value

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 parse(stringArgs: List[String]): Either[String, (List[ValueLike], List[ParamLike])]