JewelCli
Last Published: 2009-04-12
SourceForge Page
JewelCli
Introduction
Usage
Related
Examples
Download
Project Documentation
Project Information
Project Reports
Alternatives
There are many Java Cli processing libraries available. Some of the ones I am aware of are:
Jakarta Commons Cli
Dr. Matthias Laux
TE-Code Command
jargp
jcmdline
java-getopt
dolphin getopt
jargs
jcommando
jsap
args4j
DPML CLI (Jakarta Commons CLI2 fork
Object Mentor CLI article (more about refactoring and TDD)
parse-cmd
cli-parser
JOpt simple
argparser
clajr
CmdLn
Reviews, blog posts, etc
Why does parsing arguments in Java SUCK so much?
Command-Line Parsing Libraries for Java
Boring stuff you have to implement