1
0
mirror of https://github.com/nsnail/spectre.console.git synced 2025-05-09 10:49:31 +08:00
2022-05-15 00:09:52 +02:00

6 lines
95 B
C#

namespace Spectre.Console.Tests.Data;
public sealed class EmptySettings : CommandSettings
{
}