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;

--delimiter

disjunct
bool disjunct;

--or

hasHeader
bool hasHeader;

--H|header

inputSources
InputSourceRange inputSources;

Input files

invert
bool invert;

--invert

maxFieldIndex
size_t maxFieldIndex;

Derived from tests

programName
string programName;
Undocumented in source.
tests
FieldsPredicate[] tests;

Derived from tests

Meta