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