Monthly Archives: June 2011
CLAP: Command-Line Auto Parser–Part 2
Get It Source code and binaries at github: https://github.com/adrianaisemberg/CLAP NuGet: Install-Package CLAP Intro Previous post introduced the Command-Line Auto Parser and provided examples for: Defining verbs Defining parameters Default verbs and additional names Default values Supported parameter types Using built-in … Continue reading
CLAP: Command-Line Auto Parser
Automatic command-line verb and argument parsing using smart reflection.Inspired by the ASP.NET MVC Controller-Actions, finally – a kick-ass command-line parser. The last one you will ever need! Update: Part 2 of the CLAP introduction is here Get It Source code … Continue reading