Function readRequiredOption
The same as readOption
, but throws an exception if the given option is missing.
Prototype
T readRequiredOption(T)(
string names,
string help_text
);
See Also
Authors
Sönke Ludwig, Vladimir Panteleev
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.