File: index.xml

package info (click to toggle)
libcommons-cli-java 1.0-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 436 kB
  • ctags: 422
  • sloc: java: 3,372; xml: 770; makefile: 10
file content (29 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>

<document>

 <properties>
  <title></title>
  <author email="jstrachan@apache.org">James Strachan</author>
 </properties>

<body>

<section name="CLI : Command Line Interface">

<p>
   The CLI library provides a simple and easy to use API for working
   with the command line arguments and options.</p>
<p>
   CLI is based on ideas and code from 
   <ul>
     <li>werken.opt by Bob Mcwhirter</li>
     <li>The cli package in Avalon Excalibur by Peter Donald</li>
     <li>Optz by John Keyes</li>
   </ul>
</p>

</section>

</body>
</document>