Summary
Formats, quotes and prepends the specified secret text to the argument builder.
- Namespace
- Cake
.Core - Containing Type
- Process
Argument List Extensions
Syntax
public static ProcessArgumentBuilder PrependQuotedSecret(this ProcessArgumentBuilder builder, string format, params object[] args)
Parameters
Name | Type | Description |
---|---|---|
builder | Process |
The builder. |
format | string | A composite format string for the secret text to be quoted and prepended. |
args | object[] | An object array that contains zero or more objects to format. |
Return Value
Type | Description |
---|---|
Process |
The same ProcessArgumentBuilder instance so that multiple calls can be chained. |