Version 1.0.0
Working fastcheck option
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user