Intercept(CommandContext, CommandSettings) Method
Intercepts command information before it's passed to a command.
void Intercept(CommandContext context, CommandSettings settings)
- Namespace
- Spectre
.Console .Cli - Containing Type
- ICommandInterceptor
Parameters
- CommandContext context
- The intercepted
CommandContext
. - CommandSettings settings
- The intercepted
CommandSettings
.