Update of /cvsroot/clirr/clirr/xdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13750
Added Files:
runcli.xml
Log Message:
Information on running Clirr via the commandline.
--- NEW FILE ---
<document>
<properties>
<title>Clirr Command-Line Usage</title>
<author>Lars Kühne</author>
</properties>
<body>
<section name="Running Clirr from the Command Line">
<p>
Clirr provides an "uberjar" download, which bundles all the
necessary code, including all required libraries, into a single
executable jar file. Clirr can then be run from a commandline
via the command:
<code>
java -jar clirr-1.0-uber.jar
</code>
Running clirr with no command-line arguments will display the
available options.
</p>
</section>
</body>
</document>
|