JekyllSettings.

ApplyValue(ProcessArgumentBuilder, string) Method

Summary

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

Syntax

protected void ApplyValue(ProcessArgumentBuilder args, string value)

Parameters

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

Return Value

Type Description
void