ae ~master (2025-01-30T21:11:56Z)
Home
Dub
Repo
Parameter
ae
utils
funopt
A positional parameter.
template
Parameter (
T
string
description
= null
string
name
= null
) {
alias
Parameter
=
_OptionImpl
!(
OptionType
.
parameter
,
T
,
description
,
0
,
null
,
name
)
;
}
Members
Aliases
Parameter
alias
Parameter
=
_OptionImpl
!(
OptionType
.
parameter
,
T
,
description
,
0
,
null
,
name
)
Undocumented in source.
Meta
Source
See Implementation
ae
utils
funopt
functions
defaultUsageFun
funopt
funoptDispatch
funoptDispatchUsage
generateManPage
getUsage
getUsageFormatString
optionWrap
manifest constants
hiddenOption
structs
FunOptConfig
_OptionImpl
templates
Option
Parameter
Switch
A positional parameter.