Home - MatthiWare/CommandLineParser.Core GitHub Wiki
Welcome to the CommandLineParser.Core wiki!
A simple, light-weight and strongly typed command line parser written in .NET Standard 2.0
Quick Start
See the quick start wiki page.
What does CommandLineParser.Core support
- Configure options using attributes and/or Fluent API
- Commands with their own options
- Nested commands
- Option Ordering
- Command Discovery
- Option Clustering
- Support for any DI/IoC container
- FluentValidation Extension
Support for the following option types
- All common CLR types
- Any type that has a string constructor or contains the correct TryParse/Parse pattern methods.
- Custom Types