Summary
fluent action to set the output-action of
BaseOutputCommand<T>
.
- Namespace
- Cake
.SevenZip .Builder - Containing Type
- BaseOutputBuilder
<TBuilder, TOutput>
Syntax
public TBuilder WithCommandOutput(Action<TOutput>? outputAction)
Parameters
Name | Type | Description |
---|---|---|
outputAction | Action |
the action to perform on the output. |
Return Value
Type | Description |
---|---|
TBuilder | The builder-instance for fluent re-use. |