NClap is a .NET library for parsing command-line arguments and building interactive command shells. It's driven by a declarative attribute syntax, and easy to extend. It's like a lightweight serializer for command-line arguments.
The easiest way to consume NClap is by adding its NuGet package to your project. It is built for use with .NET 4.6.1+ and .NET Core 2.0+.
NClap is shared under the MIT license, as described in LICENSE.txt.
We welcome contributions of all kinds, whether it be submitting pull requests or even just filing issues or feature requests!
For code contributions, we follow the standard Github workflow.
Please also see our Code of Conduct