class documentation

class Options(object):

View In Hierarchy

A set of runtime options
Method parseoptions Parse command line options
Method processoptions Process all options parsed.
Method showoptions Show all possible options
Method showversion Return the current eLyXer version string
Method usage Show correct usage
Class Variable branches Undocumented
Class Variable debug Undocumented
Class Variable help Undocumented
Class Variable location Undocumented
Class Variable quiet Undocumented
Class Variable showlines Undocumented
Class Variable simplemath Undocumented
Class Variable version Undocumented
def parseoptions(self, args):
Parse command line options
def processoptions(self):
Process all options parsed.
def showoptions(self):
Show all possible options
def showversion(self):
Return the current eLyXer version string
def usage(self):
Show correct usage
branches =

Undocumented

debug: bool =

Undocumented

help: bool =

Undocumented

location =

Undocumented

quiet: bool =

Undocumented

showlines: bool =

Undocumented

simplemath: bool =

Undocumented

version: bool =

Undocumented