Disabled the command line parser for now to prevent anyone from using the broken code
git-svn-id: file:///srv/devel/repo-conversion/nusu@108 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
9c40abe10a
commit
8923f2512a
|
@ -21,6 +21,8 @@ License along with this library
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
#if ENABLE_BROKEN_COMMAND_LINE_PARSER
|
||||
|
||||
namespace Nuclex.Support.Parsing {
|
||||
|
||||
partial class CommandLine {
|
||||
|
@ -30,3 +32,5 @@ namespace Nuclex.Support.Parsing {
|
|||
}
|
||||
|
||||
} // namespace Nuclex.Support.Parsing
|
||||
|
||||
#endif // ENABLE_BROKEN_COMMAND_LINE_PARSER
|
||||
|
|
|
@ -22,6 +22,8 @@ using System;
|
|||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
|
||||
#if ENABLE_BROKEN_COMMAND_LINE_PARSER
|
||||
|
||||
namespace Nuclex.Support.Parsing {
|
||||
|
||||
partial class CommandLine {
|
||||
|
@ -133,3 +135,5 @@ namespace Nuclex.Support.Parsing {
|
|||
}
|
||||
|
||||
} // namespace Nuclex.Support.Parsing
|
||||
|
||||
#endif // ENABLE_BROKEN_COMMAND_LINE_PARSER
|
||||
|
|
|
@ -23,6 +23,8 @@ using System.Collections.Generic;
|
|||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
|
||||
#if ENABLE_BROKEN_COMMAND_LINE_PARSER
|
||||
|
||||
namespace Nuclex.Support.Parsing {
|
||||
|
||||
partial class CommandLine {
|
||||
|
@ -378,3 +380,5 @@ namespace Nuclex.Support.Parsing {
|
|||
}
|
||||
|
||||
} // namespace Nuclex.Support.Parsing
|
||||
|
||||
#endif // ENABLE_BROKEN_COMMAND_LINE_PARSER
|
||||
|
|
|
@ -26,6 +26,8 @@ using System.Text;
|
|||
|
||||
using NUnit.Framework;
|
||||
|
||||
#if ENABLE_BROKEN_COMMAND_LINE_PARSER
|
||||
|
||||
namespace Nuclex.Support.Parsing {
|
||||
|
||||
/// <summary>Ensures that the command line parser is working properly</summary>
|
||||
|
@ -361,4 +363,6 @@ namespace Nuclex.Support.Parsing {
|
|||
|
||||
} // namespace Nuclex.Support.Parsing
|
||||
|
||||
#endif // ENABLE_BROKEN_COMMAND_LINE_PARSER
|
||||
|
||||
#endif // UNITTEST
|
|
@ -24,6 +24,8 @@ using System.IO;
|
|||
|
||||
using Nuclex.Support.Collections;
|
||||
|
||||
#if ENABLE_BROKEN_COMMAND_LINE_PARSER
|
||||
|
||||
namespace Nuclex.Support.Parsing {
|
||||
|
||||
/// <summary>
|
||||
|
@ -152,3 +154,5 @@ namespace Nuclex.Support.Parsing {
|
|||
}
|
||||
|
||||
} // namespace Nuclex.Support.Parsing
|
||||
|
||||
#endif // ENABLE_BROKEN_COMMAND_LINE_PARSER
|
||||
|
|
Loading…
Reference in New Issue
Block a user