ProcessArgumentListExtensions.

AppendSwitchQuoted(ProcessArgumentBuilder, string, string, IProcessArgument) Method

Summary

Quotes and appends the specified argument to the argument builder.
Namespace
Cake.Core
Containing Type
ProcessArgumentListExtensions

Syntax

public static ProcessArgumentBuilder AppendSwitchQuoted(this ProcessArgumentBuilder builder, string switch, string separator, IProcessArgument argument)

Parameters

Name Type Description
builder ProcessArgumentBuilder The builder.
switch string The switch preceding the text.
separator string The separator between the switch and argument.
argument IProcessArgument The argument to be quoted and appended.

Return Value

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