OptionParserWithOps

implicit class OptionParserWithOps[T](parser: OptionParser[T])
class Object
trait Matchable
class Any

Value members

Concrete methods

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