feat: publish dbussmsforward refactor
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace DbusSmsForward.Models;
|
||||
|
||||
public sealed class AppCommand
|
||||
{
|
||||
public string Name { get; init; } = "run";
|
||||
public bool PrintSampleConfig { get; init; }
|
||||
public bool ValidateConfig { get; init; }
|
||||
public string PhoneNumber { get; init; } = string.Empty;
|
||||
public string Message { get; init; } = string.Empty;
|
||||
public string[] EnabledChannels { get; init; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user