phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
GetOptException
std
getopt
Thrown on one of the following conditions:
An unrecognized command-line argument is passed, and
std.getopt.config.passThrough
was not present.
A command-line option was not found, and
std.getopt.config.required
was present.
A callback option is missing a value.
class
GetOptException : Exception {}
Mixed In Members
From
mixin
basicExceptionCtors
this
this
(string msg, string file, size_t line, Throwable next)
this
this
(string msg, Throwable next, string file, size_t line)
Meta
Source
See Implementation
std
getopt
classes
GetOptException
enums
config
functions
defaultGetoptFormatter
defaultGetoptPrinter
getopt
structs
GetoptResult
Option
variables
arraySep
assignChar
endOfOptions
optionChar
Thrown on one of the following conditions: