feat: add remove, list, and add config commands
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
global using System.IO.Abstractions;
|
||||
global using System.Text.Json;
|
||||
|
||||
global using AltGen.Console.Common;
|
||||
global using AltGen.Console.Config;
|
||||
global using AltGen.Console.Generate;
|
||||
|
||||
@@ -8,3 +10,6 @@ global using FluentAssertions;
|
||||
global using Moq;
|
||||
|
||||
global using RichardSzalay.MockHttp;
|
||||
|
||||
global using Spectre.Console;
|
||||
global using Spectre.Console.Testing;
|
||||
|
||||
Reference in New Issue
Block a user