-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Matthias Beerens edited this page Dec 30, 2018
·
9 revisions
A simple, light-weight and strongly typed command line parser made in .NET Standard 2.0
See the quick start wiki page.
- Configuration can be done by attributes and/or fluent api.
- Commands with their own options
- Nested commands
- Support for any DI/IoC container
- Bool
- Double
- Int
- Enum
- String
- Custom resolvers