[ 源代码: libcommons-cli-java ]
软件包:libcommons-cli-java(1.4-2)
libcommons-cli-java 的相关链接
Debian 的资源:
下载源码包 libcommons-cli-java:
- [libcommons-cli-java_1.4-2.dsc]
- [libcommons-cli-java_1.4.orig.tar.xz]
- [libcommons-cli-java_1.4-2.debian.tar.xz]
维护小组:
- Debian Java Maintainers (QA 页面, 邮件存档)
- Ludovic Claude (QA 页面)
- tony mancill (QA 页面)
- Emmanuel Bourg (QA 页面)
外部的资源:
- 主页 [commons.apache.org]
相似软件包:
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.awt.headless=true Foo) * Short options with value attached (ie. gcc -O2 foo.c) * long options with single hyphen (ie. ant -projecthelp)