JekyllSettings.

ApplyOption(ProcessArgumentBuilder, string, Nullable<int>) Method

Summary

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

Syntax

protected void ApplyOption(ProcessArgumentBuilder args, string optionName, Nullable<int> optionValue)

Parameters

Name Type Description
args ProcessArgumentBuilder The argument builder into which the settings should be written.
optionName string The option name.
optionValue Nullable<int> The nullable int value.

Return Value

Type Description
void