JekyllSettings.

ApplyOption(ProcessArgumentBuilder, string, OneOrMoreStrings) Method

Summary

Apply option from one or more string values
Assembly
Cake.Jekyll.dll
Namespace
Cake.Jekyll
Containing Type
JekyllSettings

Syntax

protected void ApplyOption(ProcessArgumentBuilder args, string optionName, OneOrMoreStrings optionValue)

Parameters

Name Type Description
args ProcessArgumentBuilder The argument builder into which the settings should be written.
optionName string The option name.
optionValue OneOrMoreStrings The string value(s).

Return Value

Type Description
void