class

Asciidoctor::Cli::Options

Inherits Reference < Object

Constructors

parse(args : Array(String)) : Options
Source

Instance methods

attributes
Source
attributes=(attributes : Hash(String, String))
Source
backend
Source
backend=(backend : String)
Source
base_dir
Source
base_dir=(base_dir : String | Nil)
Source
destination_dir
Source
destination_dir=(destination_dir : String | Nil)
Source
doctype
Source
doctype=(doctype : String)
Source
embedded
Source
embedded=(embedded : Bool)
Source
input_files
Source
input_files=(input_files : Array(String))
Source
output_file
Source
output_file=(output_file : String | Nil)
Source
safe_mode
Source
safe_mode=(safe_mode : Int32)
Source
section_numbers
Source
section_numbers=(section_numbers : Bool)
Source
sourcemap
Source
sourcemap=(sourcemap : Bool)
Source
standalone
Source
standalone=(standalone : Bool)
Source
to_options_hash
Source
verbose
Source
verbose=(verbose : Int32)
Source