Last updated
Last updated
CLArgs (Command-Line Arguments) is a Command-Line parser for .NET!
The most powerful
The easiest to use
The most flexible
CLArgs V2 is completely new! It was built with the latest .NET 6 builder concepts in mind.
Version 1 is still part of the CLArgs Assembly so that your existing v1 application won't break. However, v1 is not longer supported or maintained and I want to encourage you to !
The implementation of the application's functionality, together with all the is provided using Commands and Contexts.
A Command implements the functionality that is executed (Verb). A Command uses a Context to define the supported arguments.
The HelloWorldContext
describes a single option, only.
See .
Documentation