AsciiDoctorJRunnerSettings.

Require Property

Summary

Gets or sets a value indicating whether to require the specified library before executing the processor.

corresponds to: -r, --require.

Namespace
Cake.AsciiDoctorJ
Containing Type
AsciiDoctorJRunnerSettings

Syntax

public IList<string> Require { get; set; }

Value

Type Description
IList<string>
GitHub Discussion