AsciiDoctorJRunnerSettings.

LoadPath Property

Summary

Gets the list of directories to add to the $LOAD_PATH.

corresponds to: -I, --load-path.

Namespace
Cake.AsciiDoctorJ
Containing Type
AsciiDoctorJRunnerSettings

Syntax

public IList<DirectoryPath> LoadPath { get; }

Value

Type Description
IList<DirectoryPath>
GitHub Discussion