TsvJoinOptions

Container for command line options.

Members

Functions

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

Variables

allowDupliateKeys
bool allowDupliateKeys;
Undocumented in source.
appendFields
size_t[] appendFields;
Undocumented in source.
appendFullLine
bool appendFullLine;
Undocumented in source.
appendHeaderPrefix
string appendHeaderPrefix;
Undocumented in source.
dataFields
size_t[] dataFields;
Undocumented in source.
dataIsFullLine
bool dataIsFullLine;
Undocumented in source.
delim
char delim;
Undocumented in source.
exclude
bool exclude;
Undocumented in source.
filterFile
string filterFile;
Undocumented in source.
hasHeader
bool hasHeader;
Undocumented in source.
helpVerbose
bool helpVerbose;
Undocumented in source.
keyFields
size_t[] keyFields;
Undocumented in source.
keyIsFullLine
bool keyIsFullLine;
Undocumented in source.
programName
string programName;
Undocumented in source.
versionWanted
bool versionWanted;
Undocumented in source.
writeAll
bool writeAll;
Undocumented in source.
writeAllValue
string writeAllValue;
Undocumented in source.

Meta