AsciiDoctorJRunnerSettings.

Output Property

Summary

Gets or sets a value indicating the output file(default: based on input file path); use - to output to STDOUT.

corresponds to: -o, --out-file.

Namespace
Cake.AsciiDoctorJ
Containing Type
AsciiDoctorJRunnerSettings

Syntax

public FilePath? Output { get; set; }

Value

Type Description
FilePath?
GitHub Discussion