ArgDef

izumi.fundamentals.platform.cli.model.schema.ParserDef$.ArgDef
See theArgDef companion object
final case class ArgDef

Attributes

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

Members list

Concise view

Value members

Concrete methods

def findValue(parameters: RawEntrypointParams): Option[RawValue]
Implicitly added by ParameterDefExt
def findValues(parameters: RawEntrypointParams): Vector[RawValue]
Implicitly added by ParameterDefExt
def hasFlag(parameters: RawEntrypointParams): Boolean
Implicitly added by ParameterDefExt
def hasNoFlag(parameters: RawEntrypointParams): Boolean
Implicitly added by ParameterDefExt

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

Implicitly added by ParameterDefExt