         Name: CommandLine
       Status: Windows(Y), Linux(Y)
        Level: Beginner
   Maintainer: Ingo Ruhnke <grumbel@gmx.de>
      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.
