Command Line Parser Library
Version 1.5.9.1 (Stable+#FIX1)

General Info:
This library allows command line arguments parsing.
This work were inspired by the GNU LIBC getopt()/getopt_long() functions
(check out: http://www.gnu.org/software/libc/manual/html_node/Getopt.html).

More info on: http://gsscoder.blogspot.com/.
  
Build:
If you use NAnt (http://nant.sourceforge.net/), you should copy (*1) your
  nunit.framework.dll
to the {libroot}/lib subdirectory (located in the root directory of the library).
Unit Tests are compatible from NUnit 2.2.0.
Change current directory to {libroot}/nant.
Production Release:
	nant -t:net-2.0 build
Debug+Tests Release:
	nant -t:net-2.0 tests
If you use PowerShell you should enclose the -t switch with double quotes:
	nant "-t:net-2.0" {target}
Mono users must use 
	nant -t:mono-2.0 {target}
You will find binaries in {libroot}/nant/build.out; warning each run will
overwrite the previous.
	
Unit Tests:
To run unit tests you should copy (*1)
	{libroot}/lib/nunit.framework.dll
in the build output directory
(created from NUnit build script -> {libroot}/nant/default.build)
	{libroot}/nant/build.out.
	
*1) Under Linux/Mono you can use the nunit.framework.dll stored in the GAC,
using GAC Extraction Utility (http://sourceforge.net/projects/gac-get/);
see also: http://gsscoder.blogspot.com/2007/08/gac-extraction-utility-for-mono.html.

Documentation:
Stored in subdirectory {libroot}/doc.
HelpFile (CHM V1) created with Sandcastle
(http://www.codeplex.com/Sandcastle; http://www.codeplex.com/SHFB)
try it, simple and powerful!	

Framework Compatibility:
  MS .NET Framework Version 2.0+
  Mono 2.0 Profile+

Licence:
  MIT License
  http://www.opensource.org/licenses/mit-license.php

Comments, bugs and other:
  gsscoder@ymail.com

Enjoy,
  Giacomo Stelluti Scala
