WithData(object) Method
Sets data that will be passed to the command via the
CommandContext
.
ICommandConfigurator WithData(object data)
- Namespace
- Spectre
.Console .Cli - Containing Type
- ICommandConfigurator
Parameters
- object data
- The data to pass to the command.