Skip to content
Alex Kamsteeg edited this page Jun 30, 2021 · 4 revisions

Introduction

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

Installation

AtleX.CommandLineArguments is available as NuGet package:

install-package AtleX.CommandLineArguments

Symbols are available via SymbolSource.

Getting started

See Getting started for a kick-start into using AtleX.CommandLineArguments

Clone this wiki locally