JekyllSettings.

ApplyOption(ProcessArgumentBuilder, string, OneOrMoreFilePaths) Method

Summary

Apply option from file path(s)
Assembly
Cake.Jekyll.dll
Namespace
Cake.Jekyll
Containing Type
JekyllSettings

Syntax

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

Parameters

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

Return Value

Type Description
void