Command Line Arguments

From Phaserwiki

When run from a pre-compiled executable, phaser accepts some command line arguements

--version

Phaser exits printing the version and svn revision information

>phaser --version
Phaser-2.2.3 (svn revision: 3573)

--xml

Phaser produces an xml file (ROOT.xml) containing output for errors and results

>phaser --xml < phaser_input.com > phaser_output.log

The --xml flag cannot be used with the python interface to phaser.

user stories