Tag Archives: CLAP

CLAP: Help and Empty Handlers

Previous post introduced the Global and Help features of CLAP. In this post, a new syntax is introduced to handle Help and Empty handlers. Get It Source code and binaries at github: https://github.com/adrianaisemberg/CLAP NuGet: Install-Package CLAP Help In the following … Continue reading

Posted in .NET, Command-Line | Tagged , | Comments Off on CLAP: Help and Empty Handlers

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