namespace Spectre.Console.Cli; /// /// Represents empty settings. /// public sealed class EmptyCommandSettings : CommandSettings { }