Arg

caseapp.core.Arg
See theArg companion object
case class Arg(name: Name, extraNames: Seq[Name], valueDescription: Option[ValueDescription], helpMessage: Option[HelpMessage], noHelp: Boolean, isFlag: Boolean, group: Option[Group], origin: Option[String], tags: Seq[Tag])

Infos about an argument / option an application can accept.

Value parameters

extraNames:

extra names

helpMessage:

help message for this argument (optional)

isFlag:

if true, passing an actual value to this argument is optional

name:

main name of the argument

noHelp:

if true, this argument should not appear in help messages

valueDescription:

description of its value (optional)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withDefaultOrigin(defaultOrigin: String): Arg

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val names: Seq[Name]