Arg

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)

Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withDefaultOrigin(defaultOrigin: String): Arg

Inherited methods

Inherited from:
Product