sidiandi / Sidi.GetOpt

getopt-style command line parsing for C#
0 stars 0 forks source link

Sidi.GetOpt

Library for easy implementation of getopt compliant command line interfaces.

Usage

Install package via nuget

nuget install-package Sidi.GetOpt

Decorate your classes, fields, properties, and methods with the Usage attribute.

See a full example here

Todo