BaseOutputBuilder<TBuilder, TOutput>.

WithCommandRawOutput(Action<string[]>?) Method

Summary

fluent action to set the raw-output of BaseOutputCommand<T>.

Syntax

public TBuilder WithCommandRawOutput(Action<string[]>? rawOutputAction)

Parameters

Name Type Description
rawOutputAction Action<string[]>? the action to perform on the output.

Return Value

Type Description
TBuilder The builder-instance for fluent re-use.
GitHub Discussion