OptionParserWithOps

caseapp.core.Scala3Helpers.OptionParserWithOps
implicit class OptionParserWithOps[T](parser: OptionParser[T])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def withUnderlying(underlying: Parser[T]): OptionParser[T]