JekyllSettings.

ApplyOption(ProcessArgumentBuilder, string, string) Method

Summary

Apply option from a string value
Assembly
Cake.Jekyll.dll
Namespace
Cake.Jekyll
Containing Type
JekyllSettings

Syntax

protected void ApplyOption(ProcessArgumentBuilder args, string optionName, string value)

Parameters

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

Return Value

Type Description
void