aurorafw ~legacy (2022-03-26T02:55:31.6847697)
Dub
Repo
OptionHandler
aurorafw
core
opt
Undocumented in source.
@
safe
pure @
nogc
struct
OptionHandler {
this
(string[] args, OptionType type);
bool
read
(string opts, string help, T* pval);
}
Constructors
this
this
(string[] args, OptionType type)
Undocumented in source.
Members
Functions
read
bool
read
(string opts, string help, T* pval)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
aurorafw
core
opt
classes
OptionHandlerException
enums
OptionType
structs
OptionElement
OptionHandler