ParseResult

argparse.ParseResult$
See theParseResult companion trait

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case object EarlyExit extends ParseResult

Parsing signalled an early exit. This means that there wasn't an error, but that not all arguments were parsed. This occurs if one of the arguments requested an early exit after some side-effect (for example, --help will print a help message and then signal an early exit). Arguments are not available.

Parsing signalled an early exit. This means that there wasn't an error, but that not all arguments were parsed. This occurs if one of the arguments requested an early exit after some side-effect (for example, --help will print a help message and then signal an early exit). Arguments are not available.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object Error extends ParseResult

There was an error during parsing. Arguments are not available.

There was an error during parsing. Arguments are not available.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Error.type
case object Success extends ParseResult

Parsing succeeded. Arguments are available.

Parsing succeeded. Arguments are available.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Success.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror