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

countMatches
bool countMatches;

--c|count

delim
char delim;

--delimiter

disjunct
bool disjunct;

--or

falseLabel
string falseLabel;

Derived

hasHeader
bool hasHeader;

--H|header

inputSources
InputSourceRange inputSources;

Input files

invert
bool invert;

--invert

isLabeling
bool isLabeling;

Derived

label
string label;

--label

labelValuesOptionUsed
bool labelValuesOptionUsed;

--label-values

lineBuffered
bool lineBuffered;

--line-buffered

maxFieldIndex
size_t maxFieldIndex;

Derived from tests

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

Derived from tests

trueLabel
string trueLabel;

Derived

Meta