Because all parsing and generation options are specified in the
project configuration files, running the client is very straightforward as it involves only specifying the path to the project file.
The syntax for the command-line client is:
EcmaDoc.Console [project_file]
For instance, if you have a project file at d:\projects\p1\p1.xml, the command line would simply be:
EcmaDoc.Console d:\projects\p1\p1.xml
All settings related to parsing sources and generating output, as well as which files and folders will be are specified in the
project configuration file itself, making the path to this file the only required command-line argument.