File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Tests/RT.CommandLine.Tests Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 33using System . IO ;
44using System . Linq ;
55using System . Reflection ;
6+ using RT . Lingo ;
67using RT . PostBuild ;
78using RT . Serialization ;
9+ using RT . Util ;
810using RT . Util . Consoles ;
911using RT . Util . ExtensionMethods ;
10- using RT . Util . Lingo ;
1112using 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
Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
3- using System . Linq ;
4- using System . Text ;
1+ using System . Linq ;
52using 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
You can’t perform that action at this time.
0 commit comments