ParserInfo

final case class ParserInfo[A](parser: Parser[A], fullDesc: Boolean, progDesc: Chunk[Doc], header: Chunk[Doc], footer: Chunk[Doc], failureCode: Int, intersperse: Boolean)

A full description for a runnable Parser for a program.

Value Params
failureCode

exit code for a parser failure

fullDesc

whether the help text should contain full documentation

parser

the option parser for the program

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def map[B](f: A => B): ParserInfo[B]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product