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