shokai / ConsoleLib.NET

params(args) parser for .NETFrameowrk3.5 and Mono2.0

Clone this repository (size: 251.3 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/shokai/consolelibnet/

Changed (Δ38 bytes):

Up to file-list ConsoleLib/bin/Debug/ConsoleLib.dll:

Binary file has changed or diff was empty.

Up to file-list ConsoleLibSample/Program.cs:

@@ -11,7 +11,6 @@ namespace ConsoleLibSample
11
11
    {
12
12
        static void Main(string[] args)
13
13
        {
14
            Console.WriteLine(args);
15
14
            ParamsParser pp = new ParamsParser(args);
16
15
17
16
            Console.WriteLine("First: " + pp.First);

Up to file-list ConsoleLibSample/bin/Debug/ConsoleLib.dll:

Binary file has changed or diff was empty.

Up to file-list ConsoleLibSample/bin/Debug/ConsoleLibSample.exe:

Binary file has changed or diff was empty.

Up to file-list ConsoleLibSample/bin/Release/ConsoleLibSample.exe:

Binary file has changed or diff was empty.

Up to file-list ConsoleLibTest/bin/Debug/ConsoleLib.dll:

Binary file has changed or diff was empty.

Up to file-list ConsoleLibTest/bin/Debug/ConsoleLibTest.dll:

Binary file has changed or diff was empty.

Up to file-list ConsoleLibTest/bin/Release/ConsoleLibTest.dll:

Binary file has changed or diff was empty.