mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-12-16 16:15:47 +08:00
Add global usings (#668)
* Use global usings * Fix namespace declarations for test projects
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
using System;
|
||||
using Spectre.Console.Cli;
|
||||
|
||||
namespace Spectre.Console.Testing;
|
||||
|
||||
/// <summary>
|
||||
@@ -131,4 +128,4 @@ public sealed class CommandAppTester
|
||||
|
||||
return new CommandAppResult(result, output, context, settings);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user