main()
main(array $parameters = array())
The main entry point for the application.
Parameters
array | $parameters | A list of named configuration parameters. 'parser' - (array) Parser configuration parameters. 'class' - (string) The class name of the parser to use. 'output' - (Horde_Cli) The output handler. |