Empty

izumi.fundamentals.platform.cli.model.schema.ParserDef.Empty
object Empty extends ParserDef

Attributes

Graph
Supertypes
trait ParserDef
class Object
trait Matchable
class Any
Self type
Empty.type

Members list

Value members

Inherited methods

def all: Map[String, ArgDef]

Attributes

Inherited from:
ParserDef
def arg(name: String, doc: String, valdoc: String): ArgDef

Attributes

Inherited from:
ParserDef
def arg(name: String, short: String, doc: String, valdoc: String): ArgDef

Attributes

Inherited from:
ParserDef
def enumerate: Seq[ArgDef]

Attributes

Inherited from:
ParserDef
def flag(name: String, doc: String): ArgDef

Attributes

Inherited from:
ParserDef
def flag(name: String, short: String, doc: String): ArgDef

Attributes

Inherited from:
ParserDef
def isEmpty: Boolean

Attributes

Inherited from:
ParserDef
def nonEmpty: Boolean

Attributes

Inherited from:
ParserDef