Version 1.0.0

Working fastcheck option
This commit is contained in:
Dimitar Byalkov
2021-07-16 11:26:25 +03:00
parent 74155eb136
commit dcde283306
3 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
"profiles": {
"BoerseDataConvert": {
"commandName": "Project",
"commandLineArgs": "-i bigdata.zip -d input -o output"
"commandLineArgs": "-i smalldata.zip -d input -o output --fast"
}
}
}

View File

@@ -49,7 +49,7 @@ namespace BoerseDataConvert
"The working directory is cleared recursively if it isn't empty!",
{ "o|output=", "specify output directory", x => outputDirectory = x },
{ "t|tags=", "specify tag file", x => tagsFile = x },
{ "f|fast|fastcheck=", "specify tag file", x => fastCheck = true },
{ "f|fast|fastcheck", "fastcheck mode", x => fastCheck = true },
{ "<>", v => throw new ArgumentException("ERROR: Invalid arguments") }, // default
"",
"Created by D. Delchev and D. Byalkov, 2021"