RSS 3 projects tagged "command line argument parsing"

Download Website Updated 08 May 2013 CmdOption

Screenshot
Pop 37.92
Vit 7.66

CmdOption is a simple annotation-driven command line parser toolkit for Java 5 applications. Everything you need is (at least one) simple configuration object. Each field and method annotated with an CmdOption annotation will be processed. Based on this config, CmdOption is able to parse any command line, guaranteeing the declared specification. The result is directly stored in the given config object. When errors occur, CmdOption gives a meaningful error message. Generated output and validation/error message can be localized.

No download Website Updated 19 May 2012 The Lean Mean C++ Option Parser

Screenshot
Pop 61.14
Vit 2.30

The Lean Mean C++ Option Parser handles program arguments (argc, argv). It supports the short and long option formats of getopt(), getopt_long(), and getopt_long_only(), but has a more convenient interface. It is a freestanding, header-only library with no dependencies, not even libc or STL. It comes with a usage message formatter which supports column alignment and line wrapping, making it ideal for localized messages with different lengths.

Download Website Updated 28 Mar 2013 Climax

Screenshot
Pop 99.06
Vit 5.81

Climax is a Java commandline argument parsing framework which allows you to create and customize your own commandline interface. The commandline help and version information can be customized using built-in Apache-Ant-like properties.

Screenshot

Project Spotlight

Meson

An experiment to determine optimal syntax and structure for a build system.

Screenshot

Project Spotlight

AppScale

A platform for hosting applications written for Google App Engine.