object OParser
- Companion
- class
class Object
trait Matchable
class Any
Value members
Concrete methods
def parse[C](parser: OParser[_, C], args: Seq[String], init: C, psetup: OParserSetup, esetup: OEffectSetup): Option[C]
Run the parser, and run the effects.
Run the parser, and run the effects.
Run the parser, and return the result and the effects.
Run the parser, and return the result and the effects.
def runParser[C](parser: OParser[_, C], args: Seq[String], init: C, psetup: OParserSetup): (Option[C], List[OEffect])
Run the parser, and return the result and the effects.
Run the parser, and return the result and the effects.