TsvFilterOptions

Command line options - This struct holds the results of command line option processing. It also has a method, processArgs, that invokes command line arg processing.

Members

Functions

processArgs
auto processArgs(string[] cmdArgs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

delim
char delim;
Undocumented in source.
disjunct
bool disjunct;
Undocumented in source.
hasHeader
bool hasHeader;
Undocumented in source.
helpOptions
bool helpOptions;
Undocumented in source.
helpVerbose
bool helpVerbose;
Undocumented in source.
invert
bool invert;
Undocumented in source.
maxFieldIndex
size_t maxFieldIndex;
Undocumented in source.
programName
string programName;
Undocumented in source.
tests
FieldsPredicate[] tests;
Undocumented in source.
versionWanted
bool versionWanted;
Undocumented in source.

Meta