[ 原始碼: libcommons-cli-java ]
套件:libcommons-cli-java(1.5.0-1)
libcommons-cli-java 的相關連結
Debian 的資源:
下載原始碼套件 libcommons-cli-java:
- [libcommons-cli-java_1.5.0-1.dsc]
- [libcommons-cli-java_1.5.0.orig.tar.xz]
- [libcommons-cli-java_1.5.0-1.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)