caseapp.core.parser.ParserCompanion.Step
See theStep companion class
object Step
Attributes
Members list
Type members
Classlikes
final case class DoubleDash(index: Int) extends SingleArg
final case class ErroredOption(index: Int, consumed: Int, arg: Arg, error: Error) extends Step
Attributes
- Supertypes
-
class Steptrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class FirstUnrecognized(index: Int, isOption: Boolean) extends SingleArg
final case class IgnoredUnrecognized(index: Int) extends SingleArg
final case class MatchedOption(index: Int, consumed: Int, arg: Arg) extends Step
Attributes
- Supertypes
-
class Steptrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Steptrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class DoubleDashclass FirstUnrecognizedclass IgnoredUnrecognizedclass StandardArgumentclass Unrecognized
final case class StandardArgument(index: Int) extends SingleArg
final case class Unrecognized(index: Int, error: UnrecognizedArgument) extends SingleArg
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article