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

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

Value members

Concrete methods

def name: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def takesArgument: Boolean
Inherited from:
CLOptionItem
override def takesMultipleArguments: Boolean
Definition Classes
Inherited from:
CLOptionItemBase