-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Matthias Beerens edited this page Apr 11, 2021
·
9 revisions
A simple, light-weight and strongly typed command line parser written in .NET Standard 2.0
See the quick start wiki page.
- 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
- All common CLR types
- Any type that has a string constructor or contains the correct TryParse/Parse pattern methods.
- Custom Types