Binary package “libcommons-cli-java” in ubuntu kinetic
Command line arguments and options parsing library
The Apache Commons CLI library provides an API for parsing command line options
passed to programs. It's also able to print help messages detailing the options
available for a command line tool.
.
Commons CLI supports different types of options:
.
* POSIX like options (ie. tar -zxvf foo.tar.gz)
* GNU like long options (ie. du --human-readable --max-depth=1)
* Java like properties (ie. java -Djava.
* Short options with value attached (ie. gcc -O2 foo.c)
* long options with single hyphen (ie. ant -projecthelp)
Source package
Published versions
- libcommons-cli-java 1.4-2 in amd64 (Release)
- libcommons-cli-java 1.4-2 in arm64 (Release)
- libcommons-cli-java 1.4-2 in armhf (Release)
- libcommons-cli-java 1.4-2 in i386 (Release)
- libcommons-cli-java 1.4-2 in ppc64el (Release)
- libcommons-cli-java 1.4-2 in riscv64 (Release)
- libcommons-cli-java 1.4-2 in s390x (Release)