This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.7zip.
Summary
fluent action to set the raw-output of
BaseOutputCommand<T>
.
- Assembly
- Cake
.7zip .dll - 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. |