shokai / ConsoleLib.NET
params(args) parser for .NETFrameowrk3.5 and Mono2.0
Clone this repository (size: 251.2 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/shokai/consolelibnet/
ParamParser class
ParamParser class is a parser for ARGS.
Usage
sample code http://www.bitbucket.org/shokai/consolelibnet/src/tip/ConsoleLibSample/Program.cs
run with args
ConsoleLibSample.exe post -m "hello world" -o output.txt -s -d
output
First: post Switches: s d Params: m=hello world output=output.txt ARGS: post,-m,hello world,-o,output.txt,-s,-d,
This revision is from 2008-12-08 15:59
