Removed the old command line parser since its replacement is fully functional by now; the CommandLine class now provides a HasArgument() method for convenience; added experimental parsing for pre-split command lines (as provided by .NET's Main() method) and disabled it because it turned out to be a bad idea
git-svn-id: file:///srv/devel/repo-conversion/nusu@130 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
47b0039137
commit
a2331b95c1
7 changed files with 182 additions and 389 deletions
|
@ -139,10 +139,6 @@
|
|||
<Compile Include="Source\Parsing\CommandLine.Test.cs">
|
||||
<DependentUpon>CommandLine.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Parsing\BrokenCommandLineParser.cs" />
|
||||
<Compile Include="Source\Parsing\BrokenCommandLineParser.Test.cs">
|
||||
<DependentUpon>BrokenCommandLineParser.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Parsing\CommandLine.cs" />
|
||||
<Compile Include="Source\Parsing\CommandLine.Parser.cs">
|
||||
<DependentUpon>CommandLine.cs</DependentUpon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue