http://jakarta.apache.org/commons/cli/
could this be the way?
-- Sami Siren
John X wrote:
On Wed, Mar 30, 2005 at 12:53:24PM -0800, Doug Cutting wrote:
2. A tool class should define no methods other than a main() and perhaps those required to parse the command line. All application logic should be in the action class.
I think command line options should be processed uniformly too. There are various styles. We need to agree on one.
John
