-
Notifications
You must be signed in to change notification settings - Fork 291
Quickstart
gsscoder edited this page May 20, 2012
·
30 revisions
The instructions contained here will help you to use Command Line Parser Library in short time and with little effort.
Create a Console Application with Visual Studio and write this command at Package Manager Console:
PM> Install-Package CommandLine
If you prefer source inclusion (as I recommend), follow these steps to get only required sources:
$ cd to/your/project/folder
$ wget https://github.com/gsscoder/commandline/raw/master/src/libcmdline/CommandLine.cs
$ wget https://github.com/gsscoder/commandline/raw/master/src/libcmdline/CommandLineText.cs
[WORK IN PROGRESS]