ProcessArgumentListExtensions.

PrependSwitchSecret(ProcessArgumentBuilder, string, string) Method

Summary

Prepend the specified secret text to the argument builder.
Namespace
Cake.Core
Containing Type
ProcessArgumentListExtensions

Syntax

public static ProcessArgumentBuilder PrependSwitchSecret(this ProcessArgumentBuilder builder, string switch, string text)

Parameters

Name Type Description
builder ProcessArgumentBuilder The builder.
switch string The switch preceding the text.
text string The secret text to be prepended.

Return Value

Type Description
ProcessArgumentBuilder The same ProcessArgumentBuilder instance so that multiple calls can be chained.