|
ANN: Gastown Command Line Parser V1.0
I'm pleased to announce the official release of the Gastown Command Line Parser. Gastown allows you to easily and reliably parse parameters that are passed to your program on the command line. Delphi 5, 6, 7, 8 and 2006 are supported.
The functionality includes:
o automatic handling of single and double quoted strings.
o parameters can be of different types including strings, booleans, integers and floats.
o integer and float parameters can be limited to a certain range.
o parameters can have default values.
o parameters can be marked as required.
o automatic generation of help messages describing the parameters.
o informative messages if the parameters are incorrect.
o support for short and long parameter names.
For more information or to download a trial version, visit http://www.getawaymaps.com/devtools.html
|