CLArgument

wvlet.airframe.launcher.OptionParser$.CLArgument
case class CLArgument(path: Path, arg: argument, argIndex: Int, param: Parameter) extends CLOptionItemBase with CLArgItem

CommandTrait line argument type and the associated class parameter

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CLArgItem
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def name: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def takesArgument: Boolean

Attributes

Inherited from:
CLOptionItem
override def takesMultipleArguments: Boolean

Attributes

Definition Classes
Inherited from:
CLOptionItemBase