feat: initial cli implementation
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
namespace StevanFreeborn.Extensions.Configuration.Secure.Cli.Configuration;
|
||||
|
||||
internal sealed class Base64KeyOptions
|
||||
{
|
||||
public string Key { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user