|
1 | 1 |
|
2 | 2 | <body> |
3 | | - |
4 | | - <p>Commons CLI -- version ##VERSION## (##QUALITY##)</p> |
5 | | - |
6 | | - <p>The commons-cli package aides in parsing command-line arguments.</p> |
7 | | - |
8 | | - <p>Allow command-line arguments to be parsed against a descriptor of |
9 | | - valid options (long and short), potentially with arguments.</p> |
10 | | - |
11 | | - <p>command-line arguments may be of the typical <code>String[]</code> |
12 | | - form, but also may be a <code>java.util.List</code>. Indexes allow |
13 | | - for parsing only a portion of the command-line. Also, functionality |
14 | | - for parsing the command-line in phases is built in, allowing for |
15 | | - 'cvs-style' command-lines, where some global options are specified |
16 | | - before a 'command' argument, and command-specific options are |
17 | | - specified after the command argument: |
18 | | - |
19 | | - <code> |
20 | | - <pre> |
21 | | - myApp -p <port> command -p <printer> |
22 | | - </pre> |
23 | | - </code> |
24 | | - |
25 | | - |
26 | | - <p>The homepage for the project is |
27 | | - <a href="http://jakarta.apache.org/commons/">jakarta commons/</a> |
| 3 | + |
| 4 | + <p>Commons CLI -- version 1.2</p> |
| 5 | + |
| 6 | + <p>The commons-cli package aides in parsing command-line arguments.</p> |
| 7 | + |
| 8 | + <p>Allow command-line arguments to be parsed against a descriptor of |
| 9 | + valid options (long and short), potentially with arguments.</p> |
| 10 | + |
| 11 | + <p>command-line arguments may be of the typical <code>String[]</code> |
| 12 | + form, but also may be a <code>java.util.List</code>. Indexes allow |
| 13 | + for parsing only a portion of the command-line. Also, functionality |
| 14 | + for parsing the command-line in phases is built in, allowing for |
| 15 | + 'cvs-style' command-lines, where some global options are specified |
| 16 | + before a 'command' argument, and command-specific options are |
| 17 | + specified after the command argument: |
| 18 | + |
| 19 | + <code> |
| 20 | + <pre> |
| 21 | + myApp -p <port> command -p <printer> |
| 22 | + </pre> |
| 23 | + </code> |
| 24 | + |
| 25 | + |
| 26 | + <p>The homepage for the project is |
| 27 | + <a href="http://commons.apache.org">Apache Commons/</a> |
28 | 28 | </body> |
0 commit comments