feat: initial cli implementation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace StevanFreeborn.Extensions.Configuration.Secure.Cli.Commands;
|
||||
|
||||
internal static class ExitCodes
|
||||
{
|
||||
public const int Success = 0;
|
||||
public const int KeyNotFound = 1;
|
||||
public const int KeyNotRemoved = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user