asciidoctor - v4.0.3
API
Preparing search index...
OptionDefinition
Type Alias OptionDefinition
Definition of a CLI option used by
Options#addOption
.
type
OptionDefinition
=
{
default
?:
string
|
boolean
;
describe
?:
string
;
metavar
?:
string
;
multiple
?:
boolean
;
short
?:
string
;
type
:
"string"
|
"boolean"
;
}
Index
Properties
default?
describe?
metavar?
multiple?
short?
type
Properties
Optional
default
default
?:
string
|
boolean
default value when the option is absent
Optional
describe
describe
?:
string
description shown in --help output
Optional
metavar
metavar
?:
string
value placeholder shown in --help for string options (e.g.
<theme>
)
Optional
multiple
multiple
?:
boolean
whether the option can be repeated
Optional
short
short
?:
string
single character short alias (without -)
type
type
:
"string"
|
"boolean"
the value type of the option
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
describe
metavar
multiple
short
type
API
asciidoctor - v4.0.3
Loading...
Definition of a CLI option used by Options#addOption.