ICommandLimiter<TSettings> Interface
Represents a command limiter.
public interface ICommandLimiter<out TSettings> : ICommand where TSettings : CommandSettings
- Namespace
- Spectre
.Console .Cli - Interfaces
- Implementing Types
Parameters
-
TSettings
- The type of the settings to limit to.