OParser
object OParser
- Companion
- class
class Object
trait Matchable
class Any
Value members
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.