1,073
Downloads
133
Downloads of v 2.2
2013-02-06
Last update
Ookii.CommandLine
2.2
Ookii.CommandLine is a powerful command line parsing library for .Net applications. It allows you to easily define a set of accepted arguments, and then parse the
command line supplied to your application for those arguments. In addition, it allows you to generate usage help from the arguments that you defined which you can display to the user.
You simply create a custom class whose properties and constructor parameters define the arguments, and Ookii.CommandLine will parse the application's arguments and
create an instance of that class with all the values. Arguments can be optional or required, positional or named, and accept single or multiple values, and much more.
Argument parsing is done using parsing rules that are very similar to how Microsoft Windows PowerShell parses command line arguments.
To install Ookii.CommandLine, run the following command in the Package Manager Console
PM> Install-Package Ookii.CommandLine
Owners
Authors
Copyright
Copyright © Sven Groot (Ookii.org) 2013
Tags
Dependencies
This package has no dependencies.
Version History
| Version | Downloads | Last updated |
|---|---|---|
| Ookii.CommandLine 2.2 | 133 | Wednesday, February 06 2013 |
| Ookii.CommandLine 2.1 | 940 | Monday, February 20 2012 |