We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b1c61 commit ac97343Copy full SHA for ac97343
1 file changed
MainClass.cs
@@ -486,7 +486,7 @@ private static void RegularParametersParsing(string[] args)
486
var help = false;
487
var version = false;
488
string outputFormatString = null;
489
- string metadataFormatString = "1";
+ string metadataFormatString = null;
490
string logFormatString = null;
491
var parseInput = new ParseInput();
492
@@ -613,8 +613,6 @@ private static void RegularParametersParsing(string[] args)
613
{
614
// parse the command line
615
var extra = optionSet.Parse(args);
616
- parseInput.RawDirectoryPath = "D:\\ht\\testdata";
617
- parseInput.OutputDirectory = "D:\\ht\\testdata\\output";
618
if (!extra.IsNullOrEmpty())
619
620
throw new OptionException("Unexpected extra arguments", null);
0 commit comments