safearg.main

Undocumented in source.

Members

Functions

doGetOpt
bool doGetOpt(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
parseDelimited
string[] parseDelimited(T inputRange, ubyte delim, bool useLookBehind, ubyte lookBehind)
Undocumented in source. Be warned that the author may not have intended to support it.
parseNewlineDelimited
string[] parseNewlineDelimited(T inputRange)
Undocumented in source. Be warned that the author may not have intended to support it.
parseNullDelimited
string[] parseNullDelimited(T inputRange)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

alternateDelim
string alternateDelim;
Undocumented in source.
helpBanner
auto helpBanner;
Undocumented in source.
postArgs
string[] postArgs;
Undocumented in source.
useNewlineDelim
bool useNewlineDelim;
Undocumented in source.
verbose
bool verbose;
Undocumented in source.

Meta