Skip to content

Commit 2fb6691

Browse files
committed
Remove "Util" from the namespaces of RT.CommandLine and RT.Lingo
1 parent 5527019 commit 2fb6691

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

RT.CommandLine/CommandLine.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
using System.IO;
44
using System.Linq;
55
using System.Reflection;
6+
using RT.Lingo;
67
using RT.PostBuild;
78
using RT.Serialization;
9+
using RT.Util;
810
using RT.Util.Consoles;
911
using RT.Util.ExtensionMethods;
10-
using RT.Util.Lingo;
1112
using RT.Util.Text;
1213

13-
namespace RT.Util.CommandLine
14+
namespace RT.CommandLine
1415
{
1516
/// <summary>
1617
/// Implements a command-line parser that can turn the commands and options specified by the user on the command line

Tests/RT.CommandLine.Tests/CommandLineTests.cs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
1+
using System.Linq;
52
using NUnit.Framework;
6-
using RT.Util.CommandLine;
73

8-
namespace RT.Util
4+
namespace RT.CommandLine.Tests
95
{
106
[TestFixture]
117
public sealed class CmdLineTests

0 commit comments

Comments
 (0)