Summary
Formats and appends the specified secret text to the argument builder.
- Namespace
- Cake
.Core - Containing Type
- Process
Argument List Extensions
Syntax
public static ProcessArgumentBuilder AppendSecret(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 appended. |
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. |