mirror of
https://github.com/spectreconsole/spectre.console.git
synced 2025-12-29 09:18:05 +01:00
8 lines
154 B
C#
8 lines
154 B
C#
namespace Spectre.Console.Cli;
|
|
|
|
/// <summary>
|
|
/// Represents empty settings.
|
|
/// </summary>
|
|
public sealed class EmptyCommandSettings : CommandSettings
|
|
{
|
|
} |