Step

object Step
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Step.type

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
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
sealed abstract class SingleArg extends Step
final case class StandardArgument(index: Int) extends SingleArg
final case class Unrecognized(index: Int, error: UnrecognizedArgument) extends SingleArg

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror