ParamDef

clam.dispatch.ParamDef
case class ParamDef(names: Seq[String], description: String, argName: Option[String], repeats: Boolean, endOfNamed: Boolean, interactiveCompleter: String => Iterable[String], standaloneCompleter: BashCompleter)

A CLI parameter definition.

Includes properties for parsing as well as for auxiliary utilities such as help messages and completion.

Attributes

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

Members list

Concise view

Value members

Concrete methods

Information for generating completion

Information for generating completion

Attributes

def isFlag: Boolean
def isNamed: Boolean

CLI grammar

CLI grammar

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product