File: runcli.xml

package info (click to toggle)
clirr 0.6-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 944 kB
  • sloc: java: 4,275; xml: 2,100; makefile: 9; sh: 4
file content (23 lines) | stat: -rw-r--r-- 691 bytes parent folder | download | duplicates (5)
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>