Argument

caseapp.core.parser.Argument$
See theArgument companion trait
object Argument

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply[H : ArgParser](arg: Arg): Argument[H]
def apply[H](arg: Arg, argParser: ArgParser[H], default: () => Option[H]): StandardArgument[H]