         Name: CommandLine
       Status: Windows(Y), Linux(Y)
        Level: Beginner
   Maintainer: Core Developers
      Summary: Demonstration on how to parse commandline arguments

This example demonstrates how to use the CL_CommandLine class to parse
command line arguments. It provides the same behaviour like GNU's
getopt_long() while having a nicer interface and automatic help
generation.

See the documentation at www.clanlib.org for further information.

