Merge branch 'stevanfreeborn/feat/add-console-app' of github.com:StevanFreeborn/alt-gen into stevanfreeborn/feat/add-console-app
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
namespace AltGen.Console.Config;
|
namespace AltGen.Console.Config;
|
||||||
|
|
||||||
record ProviderSettings(string Provider, string Key, bool Default);
|
record ProviderSettings(string Provider, string Key, bool Default);
|
||||||
@@ -6,4 +6,4 @@ record GenerateAltTextRequest(
|
|||||||
string FileName,
|
string FileName,
|
||||||
byte[] Image,
|
byte[] Image,
|
||||||
string ContentType
|
string ContentType
|
||||||
);
|
);
|
||||||
@@ -14,4 +14,4 @@ global using Microsoft.Extensions.Hosting;
|
|||||||
global using Microsoft.Extensions.Logging;
|
global using Microsoft.Extensions.Logging;
|
||||||
|
|
||||||
global using Spectre.Console;
|
global using Spectre.Console;
|
||||||
global using Spectre.Console.Cli;
|
global using Spectre.Console.Cli;
|
||||||
Reference in New Issue
Block a user