Author Archives: Adrian Aisemberg

CLAP: NuGet Available

>Install-Package CLAP Package Homepage: http://nuget.org/List/Packages/CLAP

Posted in .NET, Command-Line | Tagged , | 2 Comments

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

Posted in .NET, Command-Line | Tagged , | 20 Comments

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

Posted in .NET, Command-Line | Tagged , | 25 Comments