|
iNamik GetOpt is a command-line processing tool. It takes an XML file that
describes your application's options and generates a command-line processor,
a config class to store the options, and will eventually generate useful
documentation.
The config class will be built in such a way as to allow you to programmatically
specify a configuration (as apposed to only allowing configuration from the
command line).
Currently, iNamik GetOpt "eats it's own dog food" in that the Main and Config classes
that it uses to operate were generated using GetOpt itself
|