-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Alex Kamsteeg edited this page Jun 30, 2021
·
4 revisions
AtleX.CommandLineArguments is a helper library to facilitate parsing command line arguments into a strongly-typed object. Values can be validated with extensible and customisable validators and the library can automatically generate help for the user.
Supported .NET frameworks:
- NET 4.6.1+
- NETSTANDARD 2.0
AtleX.CommandLineArguments is available as NuGet package:
install-package AtleX.CommandLineArguments
Symbols are available via SymbolSource.
See Getting started for a kick-start into using AtleX.CommandLineArguments