namespace Spectre.Console.Cli; /// /// Represents a command limiter. /// /// The type of the settings to limit to. /// public interface ICommandLimiter : ICommand where TSettings : CommandSettings { }