de.halcony.argparse
package de.halcony.argparse
Members list
Type members
Classlikes
case class Parser(name: String, description: String) extends ParsedArgument[AnyVal]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass ParsedArgument[AnyVal]class BaseArgumentclass Objecttrait Matchableclass AnyShow all
class ParsingException(message: String, help: String) extends Exception
Attributes
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class ParsingResult
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
class UnknownValue(message: String) extends Exception
Attributes
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
In this article