pype -V (return code: 2)
Usage: pype [options]
pype: error: --version option requires an argument
pype --help (return code: 0)
Usage: pype [options]
Options:
-h, --help show this help message and exit
--version=VERSION This sets the minimal version of wxPython you would
like to use
--ansi This tells PyPE to use an ansi version of wxPython
--unicode This tells PyPE to use a unicode version of wxPython
--debug Enable the debugger shell within PyPE
--standalone Uses the local .pype for preferences
--fontsize=FONTSIZE Sets the base font size
--port=PORT Sets the port on which to listen/check for the other
PyPE instance
--font=FONT Sets the font for PyPE to use instead of it's default
font
--use_old_parser, --use-old-parser
Use the older parser instead of the Python 2.6 and
later AST parser
--last Load the documents that were open when PyPE last
closed