Download Extendable Command Line Handler
Description
An easy to use and flexible command line argument handler, which helps to keep the inner structure of your console application clean. If you?ve been struggled with other solutions caused by lack of support for dependency injection or expandability, this project is for you.
Source Files
The download file extconsole.zip has the following entries.
.hgignore// ww w. j a v a2 s.c o m
Source/CommandLineHandling.UnitTest/CommandLineHandlerTest.cs
Source/CommandLineHandling.UnitTest/CommandLineHandling.UnitTest.csproj
Source/CommandLineHandling.UnitTest/CommandLineParserTest.cs
Source/CommandLineHandling.UnitTest/OptionParameterTest.cs
Source/CommandLineHandling.UnitTest/Properties/AssemblyInfo.cs
Source/CommandLineHandling.UnitTest/TestOption.cs
Source/CommandLineHandling/CommandLineBuilder.cs
Source/CommandLineHandling/CommandLineHandler.cs
Source/CommandLineHandling/CommandLineHandlerExtensions.cs
Source/CommandLineHandling/CommandLineParser.cs
Source/CommandLineHandling/CommandlineHandling.csproj
Source/CommandLineHandling/ExceptionExtensions.cs
Source/CommandLineHandling/Extensions.cs
Source/CommandLineHandling/ICommandLineBuilder.cs
Source/CommandLineHandling/ICommandLineOption.cs
Source/CommandLineHandling/ICommandLineOptionMapper.cs
Source/CommandLineHandling/MissingOptionException.cs
Source/CommandLineHandling/Option.cs
Source/CommandLineHandling/OptionAttribute.cs
Source/CommandLineHandling/OptionExtensions.cs
Source/CommandLineHandling/OptionMapper.cs
Source/CommandLineHandling/OptionParameter.cs
Source/CommandLineHandling/OptionParameterAttribute.cs
Source/CommandLineHandling/OptionParameterExtensions.cs
Source/CommandLineHandling/Properties/AssemblyInfo.cs
Source/CommandLineHandling/ProvideCommandLineOptionAttribute.cs
Source/ExtConsole.sln
Source/ExtConsole.vsmdi
Source/Local.testsettings
Source/Samples/Sample1/Options.cs
Source/Samples/Sample1/Program.cs
Source/Samples/Sample1/Properties/AssemblyInfo.cs
Source/Samples/Sample1/Sample1.csproj
Source/Samples/Sample1/packages.config
Source/Samples/Sample2/AddOperation.cs
Source/Samples/Sample2/Program.cs
Source/Samples/Sample2/Properties/AssemblyInfo.cs
Source/Samples/Sample2/Sample2.csproj
Source/Samples/Sample2/packages.config
Source/Samples/Sample3/InputOption.cs
Source/Samples/Sample3/Options.cs
Source/Samples/Sample3/Program.cs
Source/Samples/Sample3/Properties/AssemblyInfo.cs
Source/Samples/Sample3/Sample3.csproj
Source/Samples/Sample3/packages.config
Source/Samples/Sample4/ConnectionInfo.cs
Source/Samples/Sample4/Program.cs
Source/Samples/Sample4/Properties/AssemblyInfo.cs
Source/Samples/Sample4/Sample4.csproj
Source/Samples/Sample4/packages.config
Source/Samples/UnitySample/Program.cs
Source/Samples/UnitySample/Properties/AssemblyInfo.cs
Source/Samples/UnitySample/SampleOption.cs
Source/Samples/UnitySample/UnitySample.csproj
Source/Samples/UnitySample/packages.config
Source/Settings.StyleCop
Source/TraceAndTestImpact.testsettings
license.txt
Download
Click the following link to download extconsole.zip.
extconsole.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »