1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<document>
<properties>
<title>Clirr Command-Line Usage</title>
<author>Lars Khne</author>
</properties>
<body>
<section name="Running Clirr from the Command Line">
<p>
Clirr provides an "uberjar", 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-core-@VERSION@-uber.jar
</code>
Running clirr with no command-line arguments will display the
available options.
</p>
</section>
</body>
</document>
|