pyesorex.__main__

CLI for PyEsoRex.

pyesorex.__main__.pyesorex_cli()

Runs the PyEsoRex command line interface.

Creates a pyesorex.pyesorex.Pyesorex instance, parses the command line arguments, passes the arguments through to Pyesorex, and then calls the Pyesorex.run method to execute the selected recipe. Enter pyesorex –help at the command line for full details of the supported command line arguments.

See also

pyesorex.pyesorex.Pyesorex

class that implements the recipe execution environment.