tsv-utils v1.6.0 (2020-03-28T03:48:44Z)
Home
Dub
Repo
DiffOptions
buildtools
diff_test_result_dirs
Undocumented in source.
struct
DiffOptions {
string
programName
;
string
testDir
;
bool
helpVerbose
;
string
rootDir
;
string
configFile
;
string
goldDir
;
bool
quiet
;
size_t
maxDiffLines
;
string
diffProg
;
auto
processArgs
(string[] cmdArgs);
}
Members
Functions
processArgs
auto
processArgs
(string[] cmdArgs)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
configFile
string
configFile
;
Undocumented in source.
diffProg
string
diffProg
;
Undocumented in source.
goldDir
string
goldDir
;
Undocumented in source.
helpVerbose
bool
helpVerbose
;
Undocumented in source.
maxDiffLines
size_t
maxDiffLines
;
Undocumented in source.
programName
string
programName
;
Undocumented in source.
quiet
bool
quiet
;
Undocumented in source.
rootDir
string
rootDir
;
Undocumented in source.
testDir
string
testDir
;
Undocumented in source.
Meta
Source
See Implementation
buildtools
diff_test_result_dirs
functions
diffTestResultDirs
main
structs
DiffOptions
variables
helpText
helpTextVerbose